spec/spec_helper.rb in validates_telephone-0.2.1 vs spec/spec_helper.rb in validates_telephone-1.0.0
- old
+ new
@@ -5,7 +5,6 @@
Dir.glob(File.dirname(__FILE__) + "/../lib/**/*.rb").each { |file| require file }
Dir.glob(File.dirname(__FILE__) + "/fake_app/**/*.rb").each { |file| require file }
ActiveRecord::Base.establish_connection(:adapter => "sqlite3", :database => ":memory:")
-CreateUsers.migrate(:up)
-CreateAdmins.migrate(:up)
+CreateUsers.migrate(:up)
\ No newline at end of file