Advertisement
saasbook

example_step_3_revised.rb

Jan 10th, 2012
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.10 KB | None | 0 0
  1. When /^(?:|I )fill in "([^\"]*)" with "([^\"]*)"$/ do |field, value|
  2.   fill_in(field, :with => value)
  3. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement