rapid7 / metasploit-model

Common code, such as validators and mixins, that are shared between ActiveModels in metasploit-framework and ActiveRecords in metasploit_data_models
BSD 3-Clause "New" or "Revised" License
13 stars 21 forks source link

Fix db connection error when running specs #46

Closed farias-r7 closed 8 years ago

farias-r7 commented 8 years ago

MS-1211

bpatterson-r7 commented 8 years ago

Jenkins test this please

bpatterson-r7 commented 8 years ago

After checking out the branch, running bundle install, and then rspec I get the following error Users/bpatterson/.rvm/gems/ruby-2.1.5@pro/gems/railties-4.1.15/lib/rails/application/configuration.rb:105:in database_configuration': Cannot loadRails.application.database_configuration`: (RuntimeError) Could not load database configuration. No such file -

Is there a file that is git ignored?