aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2017-08-02 11:56:01 +0200
committerGitHub <noreply@github.com>2017-08-02 11:56:01 +0200
commit73f887af620371e1229dc10d809e45335b6f7bba (patch)
tree2d29fe93c1b4ae6e4c1b2b31dd8c2402430626ba /railties/test/generators
parent8e321714588867c3f869479d09c01817ed73b7ec (diff)
parentfeb1ddae021c38174f9c22bbd1298c8b73431b45 (diff)
downloadrails-73f887af620371e1229dc10d809e45335b6f7bba.tar.gz
rails-73f887af620371e1229dc10d809e45335b6f7bba.tar.bz2
rails-73f887af620371e1229dc10d809e45335b6f7bba.zip
Merge pull request #29271 from rails/unlock-minitest
Unlock minitest for Rails' test suite
Diffstat (limited to 'railties/test/generators')
-rw-r--r--railties/test/generators/plugin_test_runner_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/generators/plugin_test_runner_test.rb b/railties/test/generators/plugin_test_runner_test.rb
index 0bdd2a77d2..f9c860b04a 100644
--- a/railties/test/generators/plugin_test_runner_test.rb
+++ b/railties/test/generators/plugin_test_runner_test.rb
@@ -71,7 +71,7 @@ class PluginTestRunnerTest < ActiveSupport::TestCase
create_test_file "post", pass: false
output = run_test_command("test/post_test.rb")
- assert_match %r{Finished in.*\n\n1 runs, 1 assertions}, output
+ assert_match %r{Finished in.*\n1 runs, 1 assertions}, output
end
def test_fail_fast