Created
July 12, 2009 22:00
-
-
Save cmdrkeene/145818 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brandon:six-emoji{master}$ rake spec | |
(in /usr/local/src/workspace/six-emoji) | |
....FFFFF.............................. | |
1) | |
NoMethodError in 'Emojicon should be creatable (sanity check)' | |
You have a nil object when you didn't expect it! | |
You might have expected an instance of Array. | |
The error occurred while evaluating nil.include? | |
/usr/local/src/workspace/six-emoji/spec/fixjour_builders.rb:6:in `__bind_1247435905_341143' | |
./spec/models/emojicon_spec.rb:6: | |
./spec/models/emojicon_spec.rb:5: | |
2) | |
NoMethodError in 'Emojicon requires filename' | |
You have a nil object when you didn't expect it! | |
You might have expected an instance of Array. | |
The error occurred while evaluating nil.include? | |
/usr/local/src/workspace/six-emoji/spec/fixjour_builders.rb:6:in `__bind_1247435905_345158' | |
./spec/models/emojicon_spec.rb:11: | |
3) | |
NoMethodError in 'Emojicon requires name' | |
You have a nil object when you didn't expect it! | |
You might have expected an instance of Array. | |
The error occurred while evaluating nil.include? | |
/usr/local/src/workspace/six-emoji/spec/fixjour_builders.rb:6:in `__bind_1247435905_348263' | |
./spec/models/emojicon_spec.rb:17: | |
4) | |
NoMethodError in 'Emojicon ensures unique filename' | |
You have a nil object when you didn't expect it! | |
You might have expected an instance of Array. | |
The error occurred while evaluating nil.include? | |
/usr/local/src/workspace/six-emoji/spec/fixjour_builders.rb:6:in `__bind_1247435905_352060' | |
./spec/models/emojicon_spec.rb:23: | |
5) | |
NoMethodError in 'Emojicon ensures unique name' | |
You have a nil object when you didn't expect it! | |
You might have expected an instance of Array. | |
The error occurred while evaluating nil.include? | |
/usr/local/src/workspace/six-emoji/spec/fixjour_builders.rb:6:in `__bind_1247435905_355177' | |
./spec/models/emojicon_spec.rb:30: | |
Finished in 0.189315 seconds | |
39 examples, 5 failures | |
brandon:six-emoji{master}$ rake spec:server:stop | |
(in /usr/local/src/workspace/six-emoji) | |
Shutting down spec_server ... | |
brandon:six-emoji{master}$ rake spec | |
(in /usr/local/src/workspace/six-emoji) | |
No server is running | |
Running specs locally: | |
....................................... | |
Finished in 0.486669 seconds | |
39 examples, 0 failures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment