Skip to content

Commit

Permalink
Share Coveralls setup between RSpec and cucumber.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Jan 15, 2014
1 parent 53eb867 commit e4bf513
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions features/support/coveralls.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
if ENV["CI"]
require "coveralls"

Coveralls.wear_merged! do
add_filter "features/"
add_filter "spec/"
end
end
require "./spec/support/coveralls"

0 comments on commit e4bf513

Please sign in to comment.