Skip to content

Commit 868ba49

Browse files
committed
Setup test coverage with CodeClimate. (#47)
1 parent 31df80d commit 868ba49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/spec_helper.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
require 'simplecov'
2+
SimpleCov.start
3+
14
# This file was generated by the `rails generate rspec:install` command. Conventionally, all
25
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
36
# The generated `.rspec` file contains `--require spec_helper` which will cause

0 commit comments

Comments
 (0)