Created
September 9, 2010 00:31
-
-
Save esparkman/571126 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| esdezines ~/webapps/rails3/micro_twitter: bundle exec autotest | |
| /Users/esparkman/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0/lib/bundler.rb:215: warning: shadowing outer local variable - file | |
| /Users/esparkman/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0/lib/bundler/shared_helpers.rb:84: warning: method redefined; discarding old gem | |
| /Users/esparkman/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0/lib/bundler/shared_helpers.rb:81: warning: previous definition of gem was here | |
| /Users/esparkman/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0/lib/bundler/shared_helpers.rb:116: warning: method redefined; discarding old from_gems_in | |
| /Users/esparkman/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rubygems/source_index.rb:75: warning: previous definition of from_gems_in was here | |
| /Users/esparkman/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0/lib/bundler/shared_helpers.rb:125: warning: method redefined; discarding old refresh | |
| /Users/esparkman/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rubygems.rb:728: warning: previous definition of refresh was here | |
| /Users/esparkman/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0/lib/bundler/shared_helpers.rb:126: warning: method redefined; discarding old bin_path | |
| /Users/esparkman/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rubygems.rb:323: warning: previous definition of bin_path was here | |
| /Users/esparkman/.rvm/gems/ruby-1.9.2-p0/gems/autotest-4.3.2/lib/autotest.rb:275: warning: (...) interpreted as grouped expression | |
| loading autotest/rails_rspec2 | |
| -------------------------------------------------------------------------------- | |
| /Users/esparkman/.rvm/rubies/ruby-1.9.2-p0/bin/ruby -rrubygems /Users/esparkman/.rvm/gems/ruby-1.9.2-p0/gems/rspec-core-2.0.0.beta.20/bin/rspec /Users/esparkman/webapps/rails3/micro_twitter/spec/controllers/pages_controller_spec.rb | |
| FFF... | |
| Failures: | |
| 1) PagesController should have the right title | |
| Failure/Error: response.should have_selector("title", | |
| undefined method `has_selector?' for #<ActionController::TestResponse:0x00000102744890> | |
| # ./spec/controllers/pages_controller_spec.rb:15:in `block (2 levels) in <top (required)>' | |
| 2) PagesController should have the right title | |
| Failure/Error: response.should have_selector("title", | |
| undefined method `has_selector?' for #<ActionController::TestResponse:0x000001024a21a0> | |
| # ./spec/controllers/pages_controller_spec.rb:28:in `block (2 levels) in <top (required)>' | |
| 3) PagesController should have the right title | |
| Failure/Error: response.should have_selector("title", | |
| undefined method `has_selector?' for #<ActionController::TestResponse:0x000001024498c0> | |
| # ./spec/controllers/pages_controller_spec.rb:41:in `block (2 levels) in <top (required)>' | |
| Finished in 0.09019 seconds | |
| 6 examples, 3 failures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment