Skip to content

Commit

Permalink
Changes load order in spec helper
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismydesign committed May 14, 2018
1 parent 0ccf32c commit aa0e2e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
require "bundler/setup"
require "dotenv_rails_db_tasks_fix"
require 'rake'
require 'yaml'

RSPEC_ROOT = File.dirname __FILE__

Expand All @@ -16,6 +13,10 @@ def ran_by_guard
Coveralls.wear!
end

require "dotenv_rails_db_tasks_fix"
require 'rake'
require 'yaml'

environment = "development"
db_config = Pathname.new(RSPEC_ROOT).join("example_project", "config", "database.yml")

Expand Down

0 comments on commit aa0e2e2

Please sign in to comment.