Skip to content

Commit

Permalink
Merge pull request #725 from mhaskel/travis
Browse files Browse the repository at this point in the history
Fix issues in the travis-ci build.
  • Loading branch information
Ashley Penney committed May 9, 2014
2 parents 82a6ba0 + e7a512e commit 2cc4b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/mod/php_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
let :params do
{ :extensions => ['.php','.php5']}
end
it { should contain_file("php5.conf").with_content =~ /AddHandler php5-script .php .php5\n/ }
it { should contain_file("php5.conf").with_content(/AddHandler php5-script .php .php5\n/) }
end
context "with specific version" do
let :pre_condition do
Expand Down

0 comments on commit 2cc4b5f

Please sign in to comment.