Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove simplecov #356

Merged
merged 1 commit into from
Aug 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .simplecov

This file was deleted.

2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ group :development do
gem "rake"
gem "rspec", "~> 3.4"
gem "aruba", "~> 0.6"
gem "simplecov", "~> 0.9"
gem "simplecov-console", "~> 0.7.2"
gem "chef", "~> 14.0" # avoids test failures on license acceptance
end

Expand Down
4 changes: 0 additions & 4 deletions features/support/env.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
if ENV["COVERAGE"]
require "simplecov"
end

require "aruba/cucumber"

# Travis runs tests in a limited environment which takes a long time to invoke
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require "simplecov" if ENV["COVERAGE"]
require_relative "../lib/chef-vault"

# This file was generated by the `rspec --init` command. Conventionally, all
Expand Down