Sha256: 52216a93285221c8a4d44f13380f4efef8082c59318d7cefc5384b10108f6ffa
Contents?: true
Size: 246 Bytes
Versions: 9
Compression:
Stored size: 246 Bytes
Contents
Given /^pending\s+"([^\"]+)"$/ do |msg| pending end Given /^the environment variable (.+) is nil$/ do |variable| set_env variable, nil end Given /^the environment variable (.+) is "(.+)"$/ do |variable, value| set_env variable, value end
Version data entries
9 entries across 9 versions & 1 rubygems