Sha256: 35e5cab8e78abb68675fe4046f5e9886fe2e94e390c47bdd674e7a906e50321b
Contents?: true
Size: 334 Bytes
Versions: 1
Compression:
Stored size: 334 Bytes
Contents
Given /^i have a configuration file$/ do @config_hash = YAML.load "features/support/test.yml" end When /^i setup a configuration$/ do @logger = Logger.new(STDERR) @config = Kangaroo::Util::Configuration.new @config_hash, @logger end Then /^i should be able to login$/ do @logger.should_not_receive :warn @config.login end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kangaroo-0.0.1.pre | features/step_definitions/connection_steps.rb |