Skip to content

Commit

Permalink
make it so SimpleCov merges the unit and integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-makarov committed Dec 30, 2018
1 parent f7c36a5 commit 4dd7c4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/integration_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
require 'spec_helper'
require 'yaml'
require 'simplecov'

SimpleCov.command_name 'test:integration'

RSpec::Matchers.define :eq_project do |expected|
match do |actual|
Expand Down

0 comments on commit 4dd7c4d

Please sign in to comment.