aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-01-18 22:10:26 +0100
committerKasper Timm Hansen <kaspth@gmail.com>2016-01-18 22:10:26 +0100
commitbe3d4c6ef65b3cda3242c19fd756ef3869f2deaf (patch)
treef5330a4fcce4540630564edb0546f9c2a688c951 /railties/test/generators
parent88881d2b50b5d89fc30c77c2e1669b858bbf418a (diff)
downloadrails-be3d4c6ef65b3cda3242c19fd756ef3869f2deaf.tar.gz
rails-be3d4c6ef65b3cda3242c19fd756ef3869f2deaf.tar.bz2
rails-be3d4c6ef65b3cda3242c19fd756ef3869f2deaf.zip
Remove incomplete filter runs all tests in plugins.
Forgot to remove it, when I changed the expectations in 88881d2.
Diffstat (limited to 'railties/test/generators')
-rw-r--r--railties/test/generators/plugin_test_runner_test.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/railties/test/generators/plugin_test_runner_test.rb b/railties/test/generators/plugin_test_runner_test.rb
index f0fb63c208..f492cd49ef 100644
--- a/railties/test/generators/plugin_test_runner_test.rb
+++ b/railties/test/generators/plugin_test_runner_test.rb
@@ -59,14 +59,6 @@ class PluginTestRunnerTest < ActiveSupport::TestCase
end
end
- def test_line_filter_without_line_runs_all_tests
- create_test_file 'account'
-
- run_test_command('test/account_test.rb:').tap do |output|
- assert_match 'AccountTest', output
- end
- end
-
def test_output_inline_by_default
create_test_file 'post', pass: false