Skip to content

Instantly share code, notes, and snippets.

@incorvia
Created October 12, 2011 16:52
Show Gist options
  • Save incorvia/1281806 to your computer and use it in GitHub Desktop.
Save incorvia/1281806 to your computer and use it in GitHub Desktop.
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