add coverage report, set COVERAGE=1 in env when running specs
This commit is contained in:
parent
7c65995b62
commit
ca50006235
4 changed files with 21 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -76,6 +76,7 @@ group :development, :test do
|
|||
gem 'capybara'
|
||||
# webkit and poltergeist don't seem to work yet
|
||||
gem 'database_cleaner'
|
||||
gem 'simplecov', require: false
|
||||
end
|
||||
|
||||
# Gems left for backwards compatibility
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue