From 762e3f05f3d372cb32570db0deeef27232c4dd00 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Sun, 7 Aug 2016 17:50:59 +0900 Subject: Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines --- activesupport/test/core_ext/load_error_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/test/core_ext/load_error_test.rb') diff --git a/activesupport/test/core_ext/load_error_test.rb b/activesupport/test/core_ext/load_error_test.rb index 4ed83c3415..b50a35b2cb 100644 --- a/activesupport/test/core_ext/load_error_test.rb +++ b/activesupport/test/core_ext/load_error_test.rb @@ -1,7 +1,6 @@ require "abstract_unit" require "active_support/core_ext/load_error" - class TestMissingSourceFile < ActiveSupport::TestCase def test_it_is_deprecated assert_deprecated do -- cgit v1.2.3