Given /^I want to decrypt (.*)/ do | input | pending # express the regexp above with the code you wish you had end Given /^I want to encrypt (.*)/ do | input | pending # express the regexp above with the code you wish you had end Then /^the result should be (.*) on the screen$/ do |expected| pending # express the regexp above with the code you wish you had end