spec/spec_helper.rb in array_floe-1.1.0 vs spec/spec_helper.rb in array_floe-1.1.2
- old
+ new
@@ -1,4 +1,10 @@
+if RUBY_VERSION > "1.9"
+ require 'simplecov'
+ require 'simplecov-gem-adapter'
+ SimpleCov.start "gem"
+end
+
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'array_floe'