diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-03-01 19:10:38 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-03-01 19:11:57 +1100 |
commit | e155afcf4acae378933f7a408aad3742177a7463 (patch) | |
tree | 497c16f653f6a1845a6ab25b8450f5aa6f4c2411 /spec/spec_helper.rb | |
parent | 2a193d3bc74b812bd9ddee9d7520ca1e98007511 (diff) |
Add coveralls.io. Think travis.ci for coverage testing
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 561a75da6..2a6f4b561 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,3 +1,6 @@ +require 'coveralls' +Coveralls.wear! + # This file is copied to ~/spec when you run 'ruby script/generate rspec' # from the project root directory. ENV["RAILS_ENV"] = 'test' |