Sha256: 8cc36c148822bce31589df97fdb143335bf418d4d86f3c9c64748575a44129e7
Contents?: true
Size: 303 Bytes
Versions: 71
Compression:
Stored size: 303 Bytes
Contents
Given /^a Berksfile with path location sources to fixtures:$/ do |cookbooks| lines = [] cookbooks.raw.each do |name, fixture| fixture_path = fixtures_path.join("cookbooks", fixture) lines << "cookbook '#{name}', path: '#{fixture_path}'" end write_file("Berksfile", lines.join("\n")) end
Version data entries
71 entries across 71 versions & 1 rubygems