Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Thomas <sthomas@chef.io>
  • Loading branch information
Seth Thomas committed Jan 23, 2018
1 parent a9e78f0 commit f9debdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/kitchen/driver/ec2_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
end

context "chef provisioner" do
let(:provisioner) { double("chef provisioner", :name => "chef_solo") }
let(:provisioner) { double("chef provisioner", :name => "chef_solo") }

before do
expect(driver).to receive(:create_ec2_json).with(state)
Expand Down

0 comments on commit f9debdf

Please sign in to comment.