Skip to content

Commit

Permalink
Remove debug logging from spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Mar 1, 2015
1 parent dcce77b commit dee3046
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/adapters/mysql_spec.rb
Expand Up @@ -92,12 +92,10 @@ def logger.method_missing(m, msg)
end

specify "should allow setting auto_increment for existing column" do
log do
@db.create_table(:dolls){Integer :a, :primary_key=>true}
@db.schema(:dolls).first.last[:auto_increment].should == false
@db.set_column_type :dolls, :a, Integer, :auto_increment=>true
@db.schema(:dolls).first.last[:auto_increment].should == true
end
end
end

Expand Down

0 comments on commit dee3046

Please sign in to comment.