Skip to content

Commit

Permalink
Name different test sets for simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwilk committed Aug 20, 2012
1 parent 7491406 commit 2aa6b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions features/support/env.rb
@@ -1,6 +1,7 @@
require 'rubygems'
require 'simplecov'
SimpleCov.start
SimpleCov.command_name 'integration_tests'

require 'tempfile'
require 'rspec'
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -3,5 +3,6 @@

require 'simplecov'
SimpleCov.start
SimpleCov.command_name 'unit_tests'

require File.dirname(__FILE__) + '/../lib/pairwise'

0 comments on commit 2aa6b24

Please sign in to comment.