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

- old
+ new

@@ -5,9 +5,12 @@ # Require this file using `require "spec_helper"` to ensure that it is only # loaded once. # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration +require 'coveralls' +Coveralls.wear! + require 'percentify' RSpec.configure do |config| config.run_all_when_everything_filtered = true config.filter_run :focus