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
yuuji.yaginuma e4e42d0b34 show relative path the rerun snippet of test runner in rails engine
Since the absolute path is not required to re-run the test,
modified so that unnecessary information is not displayed.

```ruby
# before
bin/rails test /path/to/blorgh/test/integration/navigation_test.rb:5

# after
bin/rails test test/integration/navigation_test.rb:5
```
2015-12-10 16:08:37 +09:00
..
application Make debug_exception_response_format config depends on api_only when is not set 2015-12-09 10:53:46 -03:00
commands Clarify the need to run command twice. 2015-12-07 20:36:22 +01:00
configuration
fixtures
generators show relative path the rerun snippet of test runner in rails engine 2015-12-10 16:08:37 +09:00
isolation run against edge sass to eliminate circular require warnings 2015-09-30 07:42:58 -07:00
railties Replace serve_static_files in tests with public_file_server.enabled. 2015-11-04 22:40:58 +01:00
test_unit Don't match specific line numbers in reporter tests. 2015-11-12 21:22:40 +01:00
abstract_unit.rb
app_loader_test.rb
backtrace_cleaner_test.rb
code_statistics_calculator_test.rb Allow rake:stats to account for rake tasks 2015-10-19 10:36:30 -04:00
code_statistics_test.rb
engine_test.rb
env_helpers.rb
generators_test.rb
initializable_test.rb
path_generation_test.rb override controller_class on the request 2015-08-24 15:18:29 -07:00
paths_test.rb
rack_logger_test.rb
rails_info_controller_test.rb
rails_info_test.rb
version_test.rb