spec/spec_helper.rb in hooray-0.0.7 vs spec/spec_helper.rb in hooray-0.0.9
- old
+ new
@@ -7,9 +7,12 @@
end
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
+require 'hooray'
+include Hooray
+
if ENV['CI']
require 'coveralls'
Coveralls.wear!
end