diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-02-12 20:44:15 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2017-02-12 20:44:15 +0900 |
commit | 16ee3ccc9c7992269e69e9e809257d56c81ce174 (patch) | |
tree | f9cc344c906515c62e872f06d9545acf5eaa7dd9 /activerecord/test/cases/adapters/postgresql | |
parent | 4fed08fa787a316fa51f14baca9eae11913f5050 (diff) | |
download | rails-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/adapters/postgresql')
-rw-r--r-- | activerecord/test/cases/adapters/postgresql/uuid_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/adapters/postgresql/uuid_test.rb b/activerecord/test/cases/adapters/postgresql/uuid_test.rb index 4655cd1d20..6aa6a79705 100644 --- a/activerecord/test/cases/adapters/postgresql/uuid_test.rb +++ b/activerecord/test/cases/adapters/postgresql/uuid_test.rb @@ -347,7 +347,6 @@ class PostgresqlUUIDTestInverseOf < ActiveRecord::PostgreSQLTestCase assert_raise ActiveRecord::RecordNotFound do UuidPost.find(123456) end - end def test_find_by_with_uuid |