Skip to content

Commit

Permalink
Add back parallel_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Jan 9, 2024
1 parent bd99a4a commit abfcab2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ group :test do
end

group :development, :test do
gem "parallel_tests", "~>4.4"
gem "routes_lazy_routes"
gem "rspec-rails", "~>4.0.1"
end
2 changes: 1 addition & 1 deletion config/database.pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ production:
test:
<<: *base
pool: 3
database: vmdb_test
database: vmdb_test<%= ENV['TEST_ENV_NUMBER'] %>

i18n:
<<: *base
Expand Down
1 change: 1 addition & 0 deletions lib/tasks/test_vmdb.rake
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require_relative "./evm_test_helper"
require 'parallel_tests/tasks'

if defined?(RSpec) && defined?(RSpec::Core::RakeTask)
namespace :test do
Expand Down

0 comments on commit abfcab2

Please sign in to comment.