Skip to content

Commit

Permalink
removing adapter_shared spec from spec_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasrodrigo committed Nov 10, 2011
1 parent 7a875c4 commit 3246422
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/spec_helper.rb
Expand Up @@ -20,10 +20,6 @@
require 'dm-core/spec/lib/adapter_helpers' require 'dm-core/spec/lib/adapter_helpers'
require 'dm-core/spec/lib/collection_helpers' require 'dm-core/spec/lib/collection_helpers'


# https://github.com/datamapper/dm-core/tree/master/lib/dm-core/spec
require 'dm-core/spec/shared/adapter_spec'


DB_CONFIGS = { DB_CONFIGS = {
:H2_EMB => { :adapter => "hibernate", :dialect => "H2", :username => "sa", :url => "jdbc:h2:target/jibernate" }, :H2_EMB => { :adapter => "hibernate", :dialect => "H2", :username => "sa", :url => "jdbc:h2:target/jibernate" },
:DERBY_EMB => { :adapter => "hibernate", :dialect => "Derby", :url => "jdbc:derby:target/jibernate;create=true" }, :DERBY_EMB => { :adapter => "hibernate", :dialect => "Derby", :url => "jdbc:derby:target/jibernate;create=true" },
Expand Down

0 comments on commit 3246422

Please sign in to comment.