spec/spec_helper.rb in curb-fu-0.4.4 vs spec/spec_helper.rb in curb-fu-0.6.0
- old
+ new
@@ -1,11 +1,10 @@
require "rubygems"
-require 'spec'
require 'htmlentities'
dir = File.dirname(__FILE__)
lib_path = File.expand_path(File.join(dir,'..','lib'))
$LOAD_PATH.unshift lib_path unless $LOAD_PATH.include?(lib_path)
Dir.glob(File.join(dir,'helpers','**','*')).each { |helper| require helper }
-require 'curb-fu'
\ No newline at end of file
+require 'curb-fu'