Skip to content

Commit

Permalink
Fix diff lines leftover from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mvintila committed May 8, 2015
1 parent 77aa952 commit 66ee87b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/defines/resource_location_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -743,9 +743,7 @@
:vhost => 'vhost1',
} end

it { expect { is_expected.to contain_class('nginx::resource::location') }.to raise_error(Puppet::Error, /Cannot create a location reference without a www_root, proxy, location_alias, fastcgi, uwsgi, stub_status, or location_custom_cfg defined/) }
it { expect { is_expected.to contain_class('nginx::resource::location') }.to raise_error(Puppet::Error, /Cannot create a location reference without a www_root, proxy, location_alias, fastcgi, stub_status, internal, or location_custom_cfg defined/) }
>>>>>>> 7c4473857369fdf09aa24a97e3ccc180ef3b4c73
it { expect { is_expected.to contain_class('nginx::resource::location') }.to raise_error(Puppet::Error, /Cannot create a location reference without a www_root, proxy, location_alias, fastcgi, uwsgi, stub_status, internal, or location_custom_cfg defined/) }
end

context "www_root and proxy are set" do
Expand Down

0 comments on commit 66ee87b

Please sign in to comment.