A website template with lots of features, built with ruby on rails.

helper_steps.rb 147B

    Then(/^I should see in the field "(.*?)" the text "(.*?)"$/) do |arg1, arg2| value = find_field(arg1).value value.should have_content(arg2) end