Skip to content

Commit

Permalink
Cookstyle fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Feb 17, 2022
1 parent ba9b79f commit 1f3e09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/recipes/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'spec_helper'

describe 'Snort Install on Debian 8' do
let(:runner) { ChefSpec::ServerRunner.new(platform: 'debian', version: '8', step_into: ['snort_install']) }
let(:runner) { ChefSpec::ServerRunner.new(platform: 'debian', step_into: ['snort_install']) }

it 'converges successfully' do
expect { :chef_run }.to_not raise_error
Expand Down

0 comments on commit 1f3e09f

Please sign in to comment.