Skip to content

Commit

Permalink
Remove Gemfile.lock from the test folders
Browse files Browse the repository at this point in the history
This is required so Travis CI will create Gemfile.lock from scratch and will get the correct trb-rails version
  • Loading branch information
emaglio committed Jun 6, 2018
1 parent 3a7ace9 commit d7ed998
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 651 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -10,5 +10,6 @@
/spec/reports/
/tmp/
test/**/*.log
test/**/Gemfile.lock
*.iml
*.sqlite3
*.sqlite3
216 changes: 0 additions & 216 deletions test/rails5.0/Gemfile.lock

This file was deleted.

8 changes: 2 additions & 6 deletions test/rails5.0/test/integration/songs_controller_test.rb
Expand Up @@ -2,12 +2,8 @@

class SongsControllerTest < Trailblazer::Test::Integration
it "new" do
out, _err = capture_io do
visit "/songs/new"
page.must_have_css "form.new_song[action='/songs']"
end

assert out.include?("Trailblazer::Activity::Start")
visit "/songs/new"
page.must_have_css "form.new_song[action='/songs']"
end

it "show" do
Expand Down

0 comments on commit d7ed998

Please sign in to comment.