remove no longer available bundler hack

This address issue #9155 for bundler failures in TravisCI
bug/bundler_fix
Jeffrey Martin 2017-11-01 11:52:06 -05:00
parent a347dee372
commit cd114c90e0
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 0 additions and 4 deletions

View File

@ -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.
#