retrospring/spec/support/load_rake_tasks.rb
2023-01-11 21:18:07 +01:00

7 lines
286 B
Ruby

# frozen_string_literal: true
# ensure Rake tasks are only loaded once during the entire RSpec run.
#
# when using it from a `before(:context) { ... }` block this will load the
# tasks more than once and therefore run tasks more often than they should ...
Rails.application.load_tasks