Skip to content

Commit

Permalink
Fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jshholland authored and jhoblitt committed May 23, 2015
1 parent eec17bf commit 8288b64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/unit/defines/selenium_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
:options => '-Dwebdriver.enable.native.events=1',
:java => 'java',
}

p.merge!(params) if params

it do
should contain_file("/etc/init.d/selenium#{title}").with({
should contain_file('init-script').with({
'ensure' => 'file',
'path' => "/etc/init.d/selenium#{title}",
'owner' => 'root',
'group' => 'root',
'mode' => '0755',
Expand Down

0 comments on commit 8288b64

Please sign in to comment.