Skip to content

Instantly share code, notes, and snippets.

@mdarby
Created January 4, 2009 16:10
Show Gist options
  • Save mdarby/43090 to your computer and use it in GitHub Desktop.
Save mdarby/43090 to your computer and use it in GitHub Desktop.
# some_object.html.erb_spec.rb
it "should render 'bleh' in a box named 'meh'" do
render "/some_object/show.html.erb"
response.should have_box_named("meh").containing('bleh')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment