diff options
| author | mo khan <mo@mokhan.ca> | 2015-01-11 00:42:49 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-01-11 00:43:51 -0700 |
| commit | 0f076d97c7d083fc03bf2e20d3131410cf736b99 (patch) | |
| tree | 7075b122deba35b99c74a908b1a351feb90e639a /spec | |
| parent | d569fbe03f0431da241c3765ce383bc2bde74b95 (diff) | |
use codeclimate instead of simplecov.
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index d301c8b4..a15027ac 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,3 +1,5 @@ +require "codeclimate-test-reporter" +CodeClimate::TestReporter.start # This file was generated by the `rails generate rspec:install` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # The generated `.rspec` file contains `--require spec_helper` which will cause this |
