Sha256: 187ac49496e0ce251103b0196af4b0c14895c3a5e44f0d93ff660c6ef354c804
Contents?: true
Size: 307 Bytes
Versions: 11
Compression:
Stored size: 307 Bytes
Contents
Then /^the "(.*?)" setting should be true$/ do |setting| configatron.to_hash.val(*setting.split('.').map(&:to_sym)).should be_true end Then /^the "(.*?)" setting should be equal "(.*?)"$/ do |setting, value| configatron.to_hash.val(*setting.split('.').map(&:to_sym)).should == YAML.load(value.to_s) end
Version data entries
11 entries across 11 versions & 1 rubygems