Created
July 24, 2012 15:57
-
-
Save antonversal/3170843 to your computer and use it in GitHub Desktop.
test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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