Skip to content

Commit e7a512e

Browse files
author
Morgan Haskel
committed
Fix issues in the travis-ci build.
1 parent 82a6ba0 commit e7a512e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/classes/mod/php_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
let :params do
7171
{ :extensions => ['.php','.php5']}
7272
end
73-
it { should contain_file("php5.conf").with_content =~ /AddHandler php5-script .php .php5\n/ }
73+
it { should contain_file("php5.conf").with_content(/AddHandler php5-script .php .php5\n/) }
7474
end
7575
context "with specific version" do
7676
let :pre_condition do

0 commit comments

Comments
 (0)