Skip to content

Commit

Permalink
dm-core upgraded, added setup.rb (for running specs)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Gega (pietia) committed Nov 20, 2010
1 parent 5626246 commit a282948
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions lib/dm-hibernate-adapter/spec/setup.rb
@@ -0,0 +1,15 @@
require 'dm-hibernate-adapter'
require 'dm-core/spec/setup'

module DataMapper
module Spec
module Adapters

class HibernateAdapter < AbstractAdapter
end

use HibernateAdapter

end
end
end
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -155,7 +155,7 @@

<properties>
<jruby.plugins.version>0.23.0-SNAPSHOT</jruby.plugins.version>
<dm.version>1.0.0</dm.version>
<dm.version>1.0.2</dm.version>
</properties>

<build>
Expand Down

0 comments on commit a282948

Please sign in to comment.