Skip to content

Commit

Permalink
Removing line of code that was commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeric committed Apr 30, 2010
1 parent b90ce69 commit 906c140
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -51,7 +51,6 @@ def clean_database!
AlteredInheritingTaggableModel, TaggableUser, UntaggableModel]
models.each do |model|
ActiveRecord::Base.connection.execute "DELETE FROM #{model.table_name}"
# model.destroy_all
end
end

Expand Down

0 comments on commit 906c140

Please sign in to comment.