spec/spec_helper.rb in dm-is-published-0.0.3 vs spec/spec_helper.rb in dm-is-published-0.0.4
- old
+ new
@@ -1,6 +1,6 @@
require 'pathname'
-require 'rubygems'
+# require 'rubygems' # read [ http://gist.github.com/54177 ] to understand why this line is commented out
gem 'rspec', '~>1.2.6'
require 'spec'
require Pathname(__FILE__).dirname.expand_path.parent + 'lib/dm-is-published'