spec/spec_helper.rb in captain_hoog-1.0.2 vs spec/spec_helper.rb in captain_hoog-1.1.0

- old
+ new

@@ -2,7 +2,8 @@ $LOAD_PATH.unshift(File.dirname(__FILE__)) ENV["PREGIT_ENV"] = "test" require 'captain_hoog' +require 'captain_hoog/test' Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |file| require file }