Commit 72c8b1c3 by Alex Chaffee

tweak expected whitespace in integration test

parent 83cc7a7b
...@@ -60,7 +60,7 @@ end ...@@ -60,7 +60,7 @@ end
if base_version == "2.3" if base_version == "2.3"
# for some reason timestamps are not required in Rails 2.3.14 # for some reason timestamps are not required in Rails 2.3.14
expected_model.gsub!("datetime not null", "datetime") expected_model.gsub!(/datetime +not null/, "datetime")
end end
File.read("app/models/task.rb").should == expected_model File.read("app/models/task.rb").should == expected_model
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment