Skip to content

Commit

Permalink
fix whitespace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed May 23, 2015
1 parent c08252d commit 4e11d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/unit/classes/selenium_params_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

it { should contain_class('selenium::params') }
end

context 'for osfamily Debian' do
let(:facts) {{ :osfamily => 'Debian' }}

Expand All @@ -21,7 +21,7 @@
:operatingsystem => 'SuSE',
}
end

it 'should fail' do
expect { should contain_class('selenium::params') }.
to raise_error(Puppet::Error, /not supported on SuSE/)
Expand Down

0 comments on commit 4e11d86

Please sign in to comment.