Sha256: cff84d5d4e7ffd437ed1545efa04a477dc02f0a63c955581cff99d25868b1c68
Contents?: true
Size: 398 Bytes
Versions: 20
Compression:
Stored size: 398 Bytes
Contents
# These are steps that should really exist in cucumber, but they don't... When /^the environment variable "(.+)" is "(.+)"/ do |variable, value| set_env(variable, value) end When /^the environment variable "(.+)" is unset$/ do |variable| set_env(variable, nil) end Then /^it should (pass|fail) with "(.+)"$/ do |pass_fail, partial| self.__send__("assert_#{pass_fail}ing_with", partial) end
Version data entries
20 entries across 20 versions & 2 rubygems