Sha256: 3f1606bcf9365e8a0a0e7bc27f94cdd4b9bc0a2ee18e20aa60a0c5e83bf3581a
Contents?: true
Size: 224 Bytes
Versions: 15
Compression:
Stored size: 224 Bytes
Contents
Then /^a Berkshelf config file should exist and contain:$/ do |table| config = Berkshelf::Config.from_file(Berkshelf::Config.path) table.raw.each do |key, value| config.get_attribute(key).should eql(value) end end
Version data entries
15 entries across 15 versions & 1 rubygems