Created
November 17, 2010 20:58
-
-
Save iain/704073 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
ruby-1.9.2@fuubar fuubar develop / $ rspec spec | |
FFFFFFFFFFFFFFFFFFF | |
Failures: | |
1) Fuubar start should create a new ProgressBar | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_1::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
2) Fuubar start should set the title | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_1::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
3) Fuubar start should set the total amount of specs | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_1::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
4) Fuubar start should set the output | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_1::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
5) Fuubar start should set the example_count | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_1::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
6) Fuubar start should set the finished_count to 0 | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_1::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
7) Fuubar passed, pending and failed example_passed should call the increment method | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_2::Nested_1::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
8) Fuubar passed, pending and failed example_pending should call the increment method | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_2::Nested_2::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
9) Fuubar passed, pending and failed example_pending should set the state to :yellow | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_2::Nested_2::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
10) Fuubar passed, pending and failed example_pending should not set the state to :yellow when it is :red already | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_2::Nested_2::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
11) Fuubar passed, pending and failed example_failed should call the increment method | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_2::Nested_3::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
12) Fuubar passed, pending and failed example_failed should call instafail.example_failed | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_2::Nested_3::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
13) Fuubar passed, pending and failed example_failed should set the state to :red | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_2::Nested_3::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
14) Fuubar increment should increment the progress bar | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_3::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
15) Fuubar increment should change the progress bar title | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_3::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
16) Fuubar increment should increment the finished_count | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_3::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
17) Fuubar instafail should be an instance of RSpec::Instafail | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_4::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
18) Fuubar start_dump should finish the progress bar | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_5::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
19) Fuubar state should be :green by default | |
Failure/Error: @output = StringIO.new | |
uninitialized constant RSpec::Core::ExampleGroup::Nested_1::Nested_6::StringIO | |
# ./spec/fuubar_spec.rb:6:in `block (2 levels) in <top (required)>' | |
Finished in 0.00844 seconds | |
19 examples, 19 failures |
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
ruby-1.9.2@fuubar fuubar develop / $ gem list | |
*** LOCAL GEMS *** | |
bundler (1.0.5) | |
diff-lcs (1.1.2) | |
progressbar (0.9.0) | |
rake (0.8.7) | |
reek (1.2.8) | |
rspec (2.1.0) | |
rspec-core (2.1.0) | |
rspec-expectations (2.1.0) | |
rspec-instafail (0.1.2) | |
rspec-mocks (2.1.0) | |
ruby2ruby (1.2.4) | |
ruby_parser (2.0.4) | |
sexp_processor (3.0.4) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment