spec/spec_helper.rb in gametel-0.6 vs spec/spec_helper.rb in gametel-0.7
- old
+ new
@@ -9,9 +9,11 @@
SimpleCov.start { add_filter "spec/" }
end
require 'rspec'
require 'gametel'
+require 'coveralls'
+Coveralls.wear!
def brazenhead_platform(gametel)
platform = Gametel::Platforms::BrazenheadPlatform.new
gametel.instance_variable_set(:@platform, platform)
platform.stub(:accumulator).and_return(accumulator)