Sha256: 7b2ff8ca442128c989ceece879a3e20d1645bcd094914d77a8a159ad8dad3c70
Contents?: true
Size: 333 Bytes
Versions: 20
Compression:
Stored size: 333 Bytes
Contents
When "I do not create a config" do # do nothing end Then(/^the amee config: \"(\w+)\" should be: \"(.*)\"$/) do |key, value| Amee::Config[key.intern].to_s.should == value end When(/I set the: \"(\w+)\" on the amee config with: \"(.*)\"$/) do |key, value| Amee::Config.set do |config| config[key.intern] = value end end
Version data entries
20 entries across 20 versions & 1 rubygems