Skip to content
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Gemfile.lock
InstalledFiles
_yardoc
coverage
doc/
lib/bundler/man
pkg
Expand Down
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ group :test do
gem "rake", ">= 13.4"
gem "serverspec", ">= 2.43"
end

group :development do
gem "simplecov", ">= 1.1"
end
9 changes: 0 additions & 9 deletions features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@
require "aruba/cucumber"
require "busser/cucumber"

if ENV["COVERAGE"]
require "simplecov"
SimpleCov.command_name "features"
SimpleCov.start do
add_filter "/features/"
add_group "Libraries", "/lib/"
end
end

# aruba 2 dropped @aruba_timeout_seconds; setting it in a Before hook is a
# no-op, which quietly left these commands on aruba's 15 second default.
# Installing a plugin and its gems into a cold sandbox does not always fit.
Expand Down
Loading