Skip to content

Commit

Permalink
Merge pull request #95 from petems/fix_beaker_tests
Browse files Browse the repository at this point in the history
Fixes beaker tests
  • Loading branch information
tobru authored Sep 20, 2016
2 parents 544cfda + 6313e8e commit a51c733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/class_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class { 'gitlab':

context 'allows http connection on port 80' do
describe command('curl 0.0.0.0:80/users/sign_in') do
its(:stdout) { should match /reset_password_token/ }
its(:stdout) { should match /reset_password_token|GitLab/ }
end
end

Expand Down

0 comments on commit a51c733

Please sign in to comment.