remove no longer available bundler hack
This address issue #9155 for bundler failures in TravisCIbug/bundler_fix
parent
a347dee372
commit
cd114c90e0
|
@ -3,10 +3,6 @@ require 'stringio'
|
|||
|
||||
ENV['RAILS_ENV'] = 'test'
|
||||
|
||||
unless Bundler.settings.without.include?(:coverage)
|
||||
require 'simplecov'
|
||||
end
|
||||
|
||||
# @note must be before loading config/environment because railtie needs to be loaded before
|
||||
# `Metasploit::Framework::Application.initialize!` is called.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue