mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix railties tests, identical migrations are not considered when copying
This commit is contained in:
parent
62d556424a
commit
b164ab75d6
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ module RailtiesTest
|
||||||
|
|
||||||
app_file "db/migrate/1_create_sessions.rb", <<-RUBY
|
app_file "db/migrate/1_create_sessions.rb", <<-RUBY
|
||||||
class CreateSessions < ActiveRecord::Migration
|
class CreateSessions < ActiveRecord::Migration
|
||||||
|
def up
|
||||||
|
end
|
||||||
end
|
end
|
||||||
RUBY
|
RUBY
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue