spec/spec_helper.rb in taxamatch_rb-0.6.5 vs spec/spec_helper.rb in taxamatch_rb-0.7.4
- old
+ new
@@ -1,11 +1,5 @@
-begin
- require 'spec'
-rescue LoadError
- require 'rubygems' unless ENV['NO_RUBYGEMS']
- gem 'rspec'
- require 'spec'
-end
+require 'rspec'
$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'taxamatch_rb'
def read_test_file(file, fields_num)