We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6138dd commit aa85022Copy full SHA for aa85022
Gemfile
@@ -12,6 +12,8 @@ group :development do
12
13
gem "rubocop", "~> 1.21"
14
15
+ gem 'simplecov', '~> 0'
16
+
17
gem 'sord', '~> 6'
18
19
gem 'webmock', '~> 3'
spec/spec_helper.rb
@@ -1,4 +1,6 @@
1
# frozen_string_literal: true
2
+require 'simplecov'
3
+SimpleCov.start
4
5
require "plants"
6
require 'webmock/rspec'
0 commit comments