diff --git a/spec/concerns/verification_spec.rb b/spec/support/verifiable.rb similarity index 99% rename from spec/concerns/verification_spec.rb rename to spec/support/verifiable.rb index 3f9efb94c..5baa5739f 100644 --- a/spec/concerns/verification_spec.rb +++ b/spec/support/verifiable.rb @@ -1,5 +1,3 @@ -require 'rails_helper' - shared_examples_for "verifiable" do let(:model) { described_class } @@ -161,4 +159,4 @@ shared_examples_for "verifiable" do expect(user.verification_letter_sent?).to eq(false) end end -end +end \ No newline at end of file