From c7a148f389a9aebd8b0f71b4de3672321bb523cc Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 5 Apr 2013 15:44:23 -0700 Subject: removing `rails test`, updating docs to show how to use `rake test` --- railties/test/application/test_runner_test.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'railties/test/application') diff --git a/railties/test/application/test_runner_test.rb b/railties/test/application/test_runner_test.rb index 405f6af295..180fc315d1 100644 --- a/railties/test/application/test_runner_test.rb +++ b/railties/test/application/test_runner_test.rb @@ -29,12 +29,6 @@ module ApplicationTests assert_match "Current Environment: test", run_test_command('test/unit/env_test.rb') end - def test_run_shortcut - create_test_file :models, 'foo' - output = Dir.chdir(app_path) { `bundle exec rails t test/models/foo_test.rb` } - assert_match "1 tests, 1 assertions, 0 failures", output - end - def test_run_single_file create_test_file :models, 'foo' create_test_file :models, 'bar' -- cgit v1.2.3