Skip to content

Commit

Permalink
Merge pull request #12443 from kbrock/rspec_preload
Browse files Browse the repository at this point in the history
Preload models in ci before the suite
  • Loading branch information
bdunne authored Dec 6, 2016
2 parents 9725ab3 + 0ca2656 commit 32cce6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
end

if ENV["TRAVIS"] && ENV["TEST_SUITE"] == "vmdb"
config.after(:suite) do
config.before(:suite) do
require Rails.root.join("spec/coverage_helper.rb")
end
end
Expand Down

0 comments on commit 32cce6a

Please sign in to comment.