spec/spec_helper.rb in dm-is-published-0.0.4 vs spec/spec_helper.rb in dm-is-published-0.0.5
- old
+ new
@@ -1,10 +1,10 @@
require 'pathname'
# require 'rubygems' # read [ http://gist.github.com/54177 ] to understand why this line is commented out
-gem 'rspec', '~>1.2.6'
-require 'spec'
-
+# require 'spec'
+require 'dm-validations'
+require 'dm-migrations'
require Pathname(__FILE__).dirname.expand_path.parent + 'lib/dm-is-published'
def load_driver(name, default_uri)
return false if ENV['ADAPTER'] != name.to_s