carlosbrando (owner)

Revisions

gist: 115647 Download_button fork
public
Public Clone URL: git://gist.github.com/115647.git
Embed All Files: show embed
Bash #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[carlosbrando:remarkable(master)]$ rake pre_commit
(in /Users/carlosbrando/Projects/github/remarkable)
cd /Users/carlosbrando/Projects/github/remarkable/remarkable
(in /Users/carlosbrando/Projects/github/remarkable/remarkable)
 
=> remarkable: rake spec
Exemplo desativado: não deve conter os valores fornecidos
Example disabled: single contain
Example disabled: should contain the given values
Example disabled: should not contain the given values
.*..............................................................
 
Pending:
 
Remarkable::Pending should contain the given values (pending examples)
./spec/pending_spec.rb:30
 
Finished in 0.054866 seconds
 
64 examples, 0 failures, 1 pending
 
cd /Users/carlosbrando/Projects/github/remarkable/remarkable_activerecord
(in /Users/carlosbrando/Projects/github/remarkable/remarkable_activerecord)
 
=> remarkable_activerecord: rake spec RAILS_VERSION=2.1.2
............F..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
 
1)
'validate_uniqueness_of errors should raise an error if cannot find a new scope value' FAILED
expected ScriptError, got #<LocalJumpError: no block given>
./spec/validate_uniqueness_of_matcher_spec.rb:139:
 
Finished in 16.827165 seconds
 
603 examples, 1 failure
rake aborted!
Command /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -I"/Library/Ruby/Gems/1.8/gems/rspec-1.2.6/lib" "/Library/Ruby/Gems/1.8/gems/rspec-1.2.6/bin/spec" "spec/accept_nested_attributes_for_matcher_spec.rb" "spec/allow_mass_assignment_of_matcher_spec.rb" "spec/allow_values_for_matcher_spec.rb" "spec/association_matcher_spec.rb" "spec/describe_spec.rb" "spec/have_column_matcher_spec.rb" "spec/have_default_scope_matcher_spec.rb" "spec/have_index_matcher_spec.rb" "spec/have_readonly_attributes_matcher_spec.rb" "spec/have_scope_matcher_spec.rb" "spec/validate_acceptance_of_matcher_spec.rb" "spec/validate_associated_matcher_spec.rb" "spec/validate_confirmation_of_matcher_spec.rb" "spec/validate_exclusion_of_matcher_spec.rb" "spec/validate_inclusion_of_matcher_spec.rb" "spec/validate_length_of_matcher_spec.rb" "spec/validate_numericality_of_matcher_spec.rb" "spec/validate_presence_of_matcher_spec.rb" "spec/validate_uniqueness_of_matcher_spec.rb" --options spec/spec.opts failed
/Users/carlosbrando/Projects/github/remarkable/remarkable_activerecord/Rakefile:27
(See full trace by running task with --trace)
 
cd /Users/carlosbrando/Projects/github/remarkable/remarkable_rails
(in /Users/carlosbrando/Projects/github/remarkable/remarkable_rails)
 
=> remarkable_rails: rake spec RAILS_VERSION=2.1.2
./spec/action_controller/respond_with_matcher_spec.rb:82: warning: parenthesize argument(s) for future version
.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
 
Finished in 23.331021 seconds
 
647 examples, 0 failures
 
=> remarkable_rails: rake spec RAILS_VERSION=2.2.2
./spec/action_controller/respond_with_matcher_spec.rb:82: warning: parenthesize argument(s) for future version
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
 
Finished in 33.171774 seconds
 
666 examples, 0 failures
 
=> remarkable_rails: rake spec RAILS_VERSION=2.3.2
./spec/action_controller/respond_with_matcher_spec.rb:82: warning: parenthesize argument(s) for future version
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
 
Finished in 34.039234 seconds
 
666 examples, 0 failures
 
[carlosbrando:remarkable(master)]$