Skip to content

Instantly share code, notes, and snippets.

@incorvia
Created October 12, 2011 16:55
Show Gist options
  • Save incorvia/1281817 to your computer and use it in GitHub Desktop.
Save incorvia/1281817 to your computer and use it in GitHub Desktop.
/Users/Kevin/.rvm/rubies/ruby-1.9.2-p290/bin/ruby -rrubygems -S /Users/Kevin/.rvm/gems/ruby-1.9.2-p290/gems/rspec-core-2.6.4/bin/rspec --tty '/Users/Kevin/Documents/Code/Rails/work/BodyHarmony/spec/controllers/pages_controller_spec.rb'
/Users/Kevin/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.3.4/lib/rack/backports/uri/common_192.rb:53: warning: already initialized constant WFKV_
.......F
Failures:
1) PagesController Title should have the correct title
Failure/Error: response.should have_selector('title'){ |tag| tag.inner_text.should == "Body Harmony | About Us" }
expected css "title" to return something
# ./spec/controllers/pages_controller_spec.rb:47:in `block (3 levels) in <top (required)>'
Finished in 0.33725 seconds
8 examples, 1 failure
Failed examples:
rspec ./spec/controllers/pages_controller_spec.rb:45 # PagesController Title should have the correct title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment