Remove unneeded MetasploitDataModels.require_models

MSP-9653

Models are loaded using railties features.
bug/bundler_fix
Luke Imhoff 2014-06-02 13:54:38 -05:00
parent fcd23545e8
commit 1295028595
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 0 additions and 6 deletions

View File

@ -1,12 +1,6 @@
# -*- coding:binary -*-
require 'spec_helper'
# helps with environment configuration to use for connection to database
require 'metasploit/framework'
# load Mdm::Host for testing
MetasploitDataModels.require_models
describe ActiveRecord::ConnectionAdapters::ConnectionPool do
self.use_transactional_fixtures = false