mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:19:53 +01:00
7 lines
286 B
Ruby
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
|