Skip to content

Commit

Permalink
Obey
Browse files Browse the repository at this point in the history
  • Loading branch information
houen committed Apr 20, 2024
1 parent e4a1278 commit a62bf22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/real/minitest_rerun_failed_test.rb
Expand Up @@ -75,15 +75,15 @@ def test_it_succeeds
end

def test_that_it_has_a_version_number
refute_nil ::MinitestRerunFailed::VERSION
assert_not_nil ::MinitestRerunFailed::VERSION
end

def test_it_writes_failed_tests_to_stdout
refute_empty fail_self_console_output
assert_not_empty fail_self_console_output
end

def test_it_writes_failed_tests_to_file
refute_empty fail_self_file_output
assert_not_empty fail_self_file_output
end

def test_it_prints_failed_tests_with_seed
Expand Down

0 comments on commit a62bf22

Please sign in to comment.