Skip to content

Instantly share code, notes, and snippets.

@antonversal
Created July 24, 2012 15:57
Show Gist options
  • Save antonversal/3170843 to your computer and use it in GitHub Desktop.
Save antonversal/3170843 to your computer and use it in GitHub Desktop.
test
When /^I set the Rule slider to 30$/ do
select "30", from: "Weighting"
end
When /^I select "(.*?)" from the the Rule (\d+) Metric drop\-down$/ do |arg1, arg2|
pending # express the regexp above with the code you wish you had
end
When /^I select "(.*?)" from the the Rule (\d+) Timeframe drop\-down$/ do |arg1, arg2|
pending # express the regexp above with the code you wish you had
end
When /^I press the "(.*?)" button$/ do |arg1|
pending # express the regexp above with the code you wish you had
end
When /^I should see rule details$/ do
pending # express the regexp above with the code you wish you had
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment