aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
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 /activesupport
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 'activesupport')
-rw-r--r--activesupport/test/dependencies_test.rb1
-rw-r--r--activesupport/test/multibyte_chars_test.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/test/dependencies_test.rb b/activesupport/test/dependencies_test.rb
index 189e54f979..e38d4e83e5 100644
--- a/activesupport/test/dependencies_test.rb
+++ b/activesupport/test/dependencies_test.rb
@@ -552,7 +552,6 @@ class DependenciesTest < ActiveSupport::TestCase
assert_equal autoload + "/conflict.rb", ActiveSupport::Dependencies.search_for_file("conflict")
end
-
end
def test_custom_const_missing_should_work
diff --git a/activesupport/test/multibyte_chars_test.rb b/activesupport/test/multibyte_chars_test.rb
index 3c8494fe52..d80d340986 100644
--- a/activesupport/test/multibyte_chars_test.rb
+++ b/activesupport/test/multibyte_chars_test.rb
@@ -664,7 +664,6 @@ class MultibyteCharsExtrasTest < ActiveSupport::TestCase
end
def test_tidy_bytes_should_tidy_bytes
-
single_byte_cases = {
"\x21" => "!", # Valid ASCII byte, low
"\x41" => "A", # Valid ASCII byte, mid