features/step_definitions/site_steps.rb in visage-app-2.0.5 vs features/step_definitions/site_steps.rb in visage-app-2.1.0

- old
+ new

@@ -8,10 +8,9 @@ Then /^I should see a list of graphs$/ do begin follow_redirect! rescue Rack::Test::Error end - doc = Nokogiri::HTML(response_body) doc.search('div#profile div.graph').size.should > 0 end Then /^I should see a list of profiles$/ do