spec/unit/berkshelf/packager_spec.rb in berkshelf-5.5.0 vs spec/unit/berkshelf/packager_spec.rb in berkshelf-5.6.0
- old
+ new
@@ -1,11 +1,11 @@
-require 'spec_helper'
+require "spec_helper"
describe Berkshelf::Packager do
let(:target) { tmp_path.join("cookbooks.tar.gz").to_s }
subject { described_class.new(target) }
- it 'has the correct out_file' do
+ it "has the correct out_file" do
expect(subject.out_file).to eq(target)
end
describe "#run" do
let(:cookbooks) { fixtures_path.join("cookbooks") }