Skip to content

Commit

Permalink
Remove debug line.
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Feb 6, 2010
1 parent 4c3e8e3 commit ddf7a13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/step_definitions/topics_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
end

Then /^I should see (\d+) locked topics?$/ do |num|
p Topic.all.map(&:locked)
Nokogiri::HTML(response.body).xpath("//img[@src]").select { |i| i['src'].match(/locked/) }.size.should eql(num.to_i)
end

0 comments on commit ddf7a13

Please sign in to comment.