diff options
author | Xavier Noria <fxn@hashref.com> | 2017-02-12 03:50:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-12 03:50:51 -0800 |
commit | e4654aa93c3cf21949b72873072833b766ef7770 (patch) | |
tree | 033b466c6ea037e0dcd5513443fde63b79c278d7 /actionpack/test/controller | |
parent | b61a029782fb843eb30bec8f36784717fddc4ba8 (diff) | |
parent | 16ee3ccc9c7992269e69e9e809257d56c81ce174 (diff) | |
download | rails-e4654aa93c3cf21949b72873072833b766ef7770.tar.gz rails-e4654aa93c3cf21949b72873072833b766ef7770.tar.bz2 rails-e4654aa93c3cf21949b72873072833b766ef7770.zip |
Merge pull request #27974 from kamipo/add_new_rubocop_rule
Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra empty lines
Diffstat (limited to 'actionpack/test/controller')
-rw-r--r-- | actionpack/test/controller/test_case_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/controller/test_case_test.rb b/actionpack/test/controller/test_case_test.rb index ac99830208..e084e45373 100644 --- a/actionpack/test/controller/test_case_test.rb +++ b/actionpack/test/controller/test_case_test.rb @@ -810,7 +810,6 @@ XML new_content_type = "new content_type" file.content_type = new_content_type assert_equal new_content_type, file.content_type - end def test_fixture_path_is_accessed_from_self_instead_of_active_support_test_case |