Skip to content

Commit

Permalink
updating the spec test for commit f36b0e17b8f0b8
Browse files Browse the repository at this point in the history
  • Loading branch information
maneeshmp committed Apr 14, 2015
1 parent 707a909 commit ded8ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defines/vhost_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
it { is_expected.to_not contain_class('apache::mod::passenger') }
it { is_expected.to_not contain_class('apache::mod::suexec') }
it { is_expected.to_not contain_class('apache::mod::rewrite') }
it { is_expected.to contain_class('apache::mod::alias') }
it { is_expected.to_not contain_class('apache::mod::alias') }
it { is_expected.to_not contain_class('apache::mod::proxy') }
it { is_expected.to_not contain_class('apache::mod::proxy_http') }
it { is_expected.to_not contain_class('apache::mod::passenger') }
Expand Down

0 comments on commit ded8ef9

Please sign in to comment.