spec/spec_helper.rb in simply_useful-0.2.1 vs spec/spec_helper.rb in simply_useful-0.2.2
- old
+ new
@@ -1,7 +1,6 @@
-require 'rubygems'
require 'rspec'
require "simplecov"
SimpleCov.start if ENV['COVERAGE']
-$:.unshift(File.dirname(__FILE__) + '/../lib')
\ No newline at end of file
+$:.unshift(File.dirname(__FILE__) + '/../lib')