Skip to content

Commit

Permalink
AR::Migration.shut_up!
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed May 23, 2012
1 parent d0cb183 commit 5275879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/fake_app/active_record/models.rb
Expand Up @@ -53,4 +53,5 @@ def self.up
create_table(:user_addresses) {|t| t.string :street; t.integer :user_id }
end
end
ActiveRecord::Migration.verbose = false
CreateAllTables.up

0 comments on commit 5275879

Please sign in to comment.