Skip to content

Commit

Permalink
Compare
Browse files Browse the repository at this point in the history
Fixes #567
  • Loading branch information
stefan-kolb committed Sep 3, 2024
1 parent 9d0dc7e commit 1ec2aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/test_main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def teardown

should 'show a default comparison page' do
create(:vendor, name: 'Heroku')
create(:vendor, name: 'Pivotal Web Services')
create(:vendor, name: 'Openshift Online')
get '/compare'
assert(last_response.ok?)
end
Expand Down

0 comments on commit 1ec2aae

Please sign in to comment.