1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test
Prem Sichanugrist and Chris Toomey b4df25366a Add rails test command to run the test suite
To run the whole test suite:

    $ rails test

To run the test file(s):

    $ rails test test/unit/foo_test.rb [test/unit/bar_test.rb ...]

To run the test suite

    $ rails test [models,helpers,units,controllers,mailers,...]

For more information, see `rails test --help`.

This command will eventually replacing `rake test:*`, and `rake test`
command will actually invoking `rails test` instead.
2013-03-09 16:03:54 -05:00
..
application Add rails test command to run the test suite 2013-03-09 16:03:54 -05:00
commands Fix failing test regarding console change to fix sandboxing 2013-03-08 21:48:28 -03:00
configuration Add active_support/testing/autorun 2012-12-31 13:57:24 -03:00
fixtures Remove --builder option from rails command 2013-02-24 14:31:08 -05:00
generators Support creating a table migration generator 2013-03-01 06:13:30 -06:00
isolation --no-rc in the railties tests 2013-02-01 22:10:45 +09:00
railties Merge pull request #8557 from timraymond/add_back_engines_and_deprecate 2013-01-22 00:00:20 -02:00
abstract_unit.rb Add active_support/testing/autorun 2012-12-31 13:57:24 -03:00
app_rails_loader_test.rb Fix backwards compatibility with Rails 3 apps. 2013-02-22 14:30:21 -05:00
backtrace_cleaner_test.rb Gem cont presence checking has been removed 2012-05-02 13:56:13 +03:00
code_statistics_calculator_test.rb Improve rake stats for JavaScript and CoffeeScript. 2013-02-25 21:08:11 +08:00
engine_test.rb Inherit from MiniTest::Unit::TestCase instead of MiniTest::Spec 2012-12-31 13:57:23 -03:00
env_helpers.rb Refactor tests that switch RAILS_ENV and RACK_ENV 2012-12-06 10:47:14 -02:00
generators_test.rb Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
initializable_test.rb Use Ruby 1.9 Hash syntax in railties 2012-10-14 18:26:58 +02:00
paths_test.rb Revert "Deprecate the eager_load_paths configuration" 2013-02-19 07:22:37 +00:00
rack_logger_test.rb fire a notification when the request stops / starts 2013-01-09 15:34:58 -08:00
rails_info_controller_test.rb HTML formatting to Rails::InfoController#routes 2012-12-17 12:41:54 -06:00
rails_info_test.rb Updated/changed useless tr/gsubs 2012-04-03 15:16:09 +02:00