Skip to content

Commit

Permalink
General cleanup of specs
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed May 17, 2010
1 parent a3b17a3 commit 7eded5e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spec/views/parking/tickets.html.erb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@

it "should display each ticket's description" do
assigns[:tickets].each do |ticket|
response.should have_selector :ul do |list|
list.should have_selector :li do |content|
content.should contain ticket.original_body_html
end
end
content.should contain ticket.original_body
end
end
end
Expand Down

0 comments on commit 7eded5e

Please sign in to comment.