aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/schema_loading_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/cases/schema_loading_test.rb')
-rw-r--r--activerecord/test/cases/schema_loading_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/test/cases/schema_loading_test.rb b/activerecord/test/cases/schema_loading_test.rb
index f539156466..5da2d9e08f 100644
--- a/activerecord/test/cases/schema_loading_test.rb
+++ b/activerecord/test/cases/schema_loading_test.rb
@@ -43,7 +43,6 @@ class SchemaLoadingTest < ActiveRecord::TestCase
end
private
-
def define_model
Class.new(ActiveRecord::Base) do
include SchemaLoadCounter