mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove duplicated test line which was causing Ci failures on 1.8.7.
This commit is contained in:
@@ -111,7 +111,6 @@ class MigrationGeneratorTest < Rails::Generators::TestCase
|
||||
assert_method :change, content do |up|
|
||||
assert_match(/add_column :books, :title, :string, :limit => 40/, up)
|
||||
assert_match(/add_column :books, :content, :string, :limit => 255/, up)
|
||||
assert_match(/add_column :books, :price, :decimal, :precision => 5, :scale => 2/, up)
|
||||
assert_match(/add_column :books, :price, :decimal,/, up)
|
||||
assert_match(/, :precision => 5/, up)
|
||||
assert_match(/, :scale => 2/, up)
|
||||
|
||||
Reference in New Issue
Block a user