File tree 2 files changed +4
-0
lines changed 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ group :development do
12
12
gem 'rdoc' , Gem ::Version . new ( RUBY_VERSION ) < Gem ::Version . new ( '1.9.3' ) ? '~> 4.2.2' : Gem ::Version . new ( RUBY_VERSION ) < Gem ::Version . new ( '2.2.2' ) ? '< 6' : '>= 6'
13
13
gem 'RedCloth' , RUBY_PLATFORM == 'java' ? '= 4.2.9' : '>= 4.0.3'
14
14
gem 'rspec' , '~> 3.9.0'
15
+ gem 'simplecov' , '~> 0.17.1'
15
16
gem 'shoulda-context' , RUBY_VERSION < '1.9' ? '= 1.2.1' : '>= 1.2.1'
16
17
gem 'term-ansicolor' , RUBY_VERSION < '2.0' ? '~> 1.3.2' : '>= 1.3.2'
17
18
gem 'test-unit' , RUBY_VERSION < '1.9' ? '~> 2.0' : '>= 3.0'
Original file line number Diff line number Diff line change
1
+ require 'simplecov'
2
+ SimpleCov . start
3
+
1
4
# This file was generated by the `rspec --init` command. Conventionally, all
2
5
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
3
6
# The generated `.rspec` file contains `--require spec_helper` which will cause
You can’t perform that action at this time.
0 commit comments