aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/migrations_with_duplicate/3_foo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/migrations_with_duplicate/3_foo.rb')
-rw-r--r--activerecord/test/fixtures/migrations_with_duplicate/3_foo.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/activerecord/test/fixtures/migrations_with_duplicate/3_foo.rb b/activerecord/test/fixtures/migrations_with_duplicate/3_foo.rb
deleted file mode 100644
index 916fe580fa..0000000000
--- a/activerecord/test/fixtures/migrations_with_duplicate/3_foo.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-class Foo < ActiveRecord::Migration
- def self.up
- end
-
- def self.down
- end
-end \ No newline at end of file