aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-02-12 20:44:15 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-02-12 20:44:15 +0900
commit16ee3ccc9c7992269e69e9e809257d56c81ce174 (patch)
treef9cc344c906515c62e872f06d9545acf5eaa7dd9 /actionpack/test/controller
parent4fed08fa787a316fa51f14baca9eae11913f5050 (diff)
downloadrails-16ee3ccc9c7992269e69e9e809257d56c81ce174.tar.gz
rails-16ee3ccc9c7992269e69e9e809257d56c81ce174.tar.bz2
rails-16ee3ccc9c7992269e69e9e809257d56c81ce174.zip
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.rb1
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