mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
cleanup post #279
This commit is contained in:
parent
bdbc199acb
commit
bd1ee00b36
5 changed files with 0 additions and 7 deletions
|
@ -36,8 +36,6 @@ module DataMapper
|
|||
DmUser.create.id.should eq 1
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ require 'support/active_record/schema_setup'
|
|||
|
||||
|
||||
module MySQL2Helper
|
||||
|
||||
puts "Active Record #{ActiveRecord::VERSION::STRING}, mysql2"
|
||||
|
||||
# require 'logger'
|
||||
|
@ -38,4 +37,3 @@ end
|
|||
RSpec.configure do |c|
|
||||
c.include MySQL2Helper
|
||||
end
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ require 'support/active_record/database_setup'
|
|||
require 'support/active_record/schema_setup'
|
||||
|
||||
module MySQLHelper
|
||||
|
||||
puts "Active Record #{ActiveRecord::VERSION::STRING}, mysql"
|
||||
|
||||
# require 'logger'
|
||||
|
|
|
@ -2,7 +2,6 @@ require 'support/active_record/database_setup'
|
|||
require 'support/active_record/schema_setup'
|
||||
|
||||
module PostgreSQLHelper
|
||||
|
||||
puts "Active Record #{ActiveRecord::VERSION::STRING}, pg"
|
||||
|
||||
# ActiveRecord::Base.logger = Logger.new(STDERR)
|
||||
|
|
|
@ -2,7 +2,6 @@ require 'support/active_record/database_setup'
|
|||
require 'support/active_record/schema_setup'
|
||||
|
||||
module SQLite3Helper
|
||||
|
||||
puts "Active Record #{ActiveRecord::VERSION::STRING}, sqlite3"
|
||||
|
||||
# ActiveRecord::Base.logger = Logger.new(STDERR)
|
||||
|
|
Loading…
Reference in a new issue