Webrat 0.4.2 doesn't seem to allow you to click links by title. Am I missing something stupid? With steps below running in sequence, first passes, second fails
Then /^I should see a view (\w+) details link$/ do |object| response.should have_tag("a[title=#{object}_details]") end When /^I follow view (\w+) details link$/ do |object| click_link "#{object}_details}" end I think click link should find by - innerHTML, with simple handling - title - id - class Does anyone have any contradictory opinions? In the meantime I'll have a bash at writing a patch for this Cheers Andrew
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users