DEV: clean up dependencies in spec

Follow up on zeitwork we needed to be a bit more explicit about a few
dependencies internally.

On certain orders the test suite could fail.
This commit is contained in:
Sam Saffron
2019-10-02 14:50:54 +10:00
parent 3f6af54fe1
commit 55ee9abecb
7 changed files with 11 additions and 14 deletions

View File

@ -1,6 +1,7 @@
# frozen_string_literal: true
require 'rails_helper'
require 's3_helper'
require 'backup_restore/s3_backup_store'
require_relative 'shared_examples_for_backup_store'