We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3600df commit 3da2d01Copy full SHA for 3da2d01
Gemfile
@@ -18,7 +18,7 @@ group :test, :development do
18
# test for ruby
19
gem 'rspec', '~>3.11'
20
# code coverage to monitor rspec tests
21
- gem 'simplecov',
+ gem 'simplecov'
22
23
# platforms :mri do
24
# gem "byebug"
0 commit comments