spec/spec_helper.rb in gb_dispatch-0.0.6 vs spec/spec_helper.rb in gb_dispatch-0.1.0
- old
+ new
@@ -20,10 +20,10 @@
require 'ostruct'
SimpleCov.start do
add_filter '/spec/'
end
-SimpleCov.minimum_coverage 90
+SimpleCov.minimum_coverage 78
RSpec.configure do |config|
# rspec-expectations config goes here. You can use an alternate
# assertion/expectation library such as wrong or the stdlib/minitest
# assertions if you prefer.