Closed imjoehaines closed 3 years ago
Goal
Some changes are required in the integrations fixture in order to make it easier to run manually. I've also added a script that runs the fixture and starts one of the queuing libraries:
# run the rails_integrations fixture with sidekiq $ ./features/fixtures/run-rails-integrations # run the rails_integrations fixture with delayed_job $ ./features/fixtures/run-rails-integrations delayed_job
Seems like this should be detailed in TESTING.md
for future visitors?
Goal
Some changes are required in the integrations fixture in order to make it easier to run manually. I've also added a script that runs the fixture and starts one of the queuing libraries: