spec/spec_helper.rb in hz2py-0.0.4 vs spec/spec_helper.rb in hz2py-1.0.0

- old
+ new

@@ -1,8 +1,7 @@ # -*- encoding: utf-8 -*- $:.unshift File.expand_path('..', __FILE__) $:.unshift File.expand_path('../../lib', __FILE__) -require 'rubygems' -require 'bundler' +require 'rubygems' unless defined? Gem require 'rspec' require 'hz2py' \ No newline at end of file