aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2017-02-12 03:50:51 -0800
committerGitHub <noreply@github.com>2017-02-12 03:50:51 -0800
commite4654aa93c3cf21949b72873072833b766ef7770 (patch)
tree033b466c6ea037e0dcd5513443fde63b79c278d7 /activesupport
parentb61a029782fb843eb30bec8f36784717fddc4ba8 (diff)
parent16ee3ccc9c7992269e69e9e809257d56c81ce174 (diff)
downloadrails-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 '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