aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_many_through_associations_test.rb
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 /activerecord/test/cases/associations/has_many_through_associations_test.rb
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 'activerecord/test/cases/associations/has_many_through_associations_test.rb')
-rw-r--r--activerecord/test/cases/associations/has_many_through_associations_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/associations/has_many_through_associations_test.rb b/activerecord/test/cases/associations/has_many_through_associations_test.rb
index 25feae910b..ea52fb5a67 100644
--- a/activerecord/test/cases/associations/has_many_through_associations_test.rb
+++ b/activerecord/test/cases/associations/has_many_through_associations_test.rb
@@ -883,7 +883,6 @@ class HasManyThroughAssociationsTest < ActiveRecord::TestCase
book.subscriber_ids = []
assert_equal [], book.subscribers.reload
end
-
end
def test_collection_singular_ids_setter_with_changed_primary_key