spec/spec_helper.rb in sps_king-0.1.0 vs spec/spec_helper.rb in sps_king-0.1.1

- old
+ new

@@ -2,14 +2,12 @@ # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # Require this file using `require "spec_helper"` to ensure that it is only # loaded once. require 'simplecov' -require 'coveralls' SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([ - SimpleCov::Formatter::HTMLFormatter, - Coveralls::SimpleCov::Formatter + SimpleCov::Formatter::HTMLFormatter ]) SimpleCov.start do add_filter '/spec/' end