Skip to content

Commit

Permalink
Add simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanahman committed Jun 17, 2016
1 parent 2a5f8d4 commit e41b21a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .simplecov
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SimpleCov.start do
add_group 'business_location', 'postnord/business_location'
add_group 'shipment', 'postnord/shipment'
add_group 'transport', 'postnord/transport'
end
1 change: 1 addition & 0 deletions postnord.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "simplecov"
end
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'postnord'
require 'simplecov'

0 comments on commit e41b21a

Please sign in to comment.