1
0
Fork 0
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:
Piotr Sarnacki 2011-12-09 03:32:37 +01:00
parent 62d556424a
commit b164ab75d6

View file

@ -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