Skip to content

Commit

Permalink
Silence migrations so that meaningful output from the unit tests is v…
Browse files Browse the repository at this point in the history
…isible.
  • Loading branch information
jheiss committed May 1, 2012
1 parent d74ad66 commit b4be86a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/dag_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class DagTest < Test::Unit::TestCase

#Setups up database in memory
def setup
ActiveRecord::Migration.verbose = false
ActiveRecord::Schema.define(:version => 1) do
create_table :edges do |t|
t.column :ancestor_id, :integer
Expand Down

0 comments on commit b4be86a

Please sign in to comment.