1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-26 18:18:51 +01:00

Add coveralls

This commit is contained in:
2015-01-04 23:57:29 +01:00
parent 28003596b9
commit 488b22ecb4
5 changed files with 32 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
require 'coveralls'
Coveralls.wear!('rails')
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'