Skip to content

Commit cd114c9

Browse files
committed
remove no longer available bundler hack
This address issue rapid7#9155 for bundler failures in TravisCI
1 parent a347dee commit cd114c9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spec/spec_helper.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
ENV['RAILS_ENV'] = 'test'
55

6-
unless Bundler.settings.without.include?(:coverage)
7-
require 'simplecov'
8-
end
9-
106
# @note must be before loading config/environment because railtie needs to be loaded before
117
# `Metasploit::Framework::Application.initialize!` is called.
128
#

0 commit comments

Comments
 (0)