# These are sample step definitions. You can cram them all into one file # or have multiple *_steps.rb files.
# Go run the following command to find out what to put in here: # cucumber features/sample_cucumber.feature # You’ll see some output that shows how to start.
When(/^I do something$/) do
pending # put your code in here
end