Skip to content

Commit

Permalink
Fix rails-app feature spec
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Dec 9, 2024
1 parent c2744b9 commit 800cf98
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions features/rails-app/retest/retest_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,12 @@ def test_diffs_from_other_branch

launch_retest 'retest --diff=main'

assert_output_matches <<~EXPECTED
assert_output_matches <<~EXPECTED, "7 runs, 9 assertions, 0 failures, 0 errors, 0 skips"
Setup identified: [RAILS]. Using command: 'bin/rails test <test>'
Tests selected:
- test/controllers/books_controller_test.rb
- test/models/book_test.rb
- test/system/books_test.rb
EXPECTED

assert_output_matches "7 runs, 9 assertions, 0 failures, 0 errors, 0 skips"
end
end

0 comments on commit 800cf98

Please sign in to comment.