From ae45a2dd9d29f8072c5c7089fd8b117eea67ff9d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Tue, 12 Oct 2021 14:14:20 +0200 Subject: [PATCH] Move registration_spec as system spec --- spec/{features => system}/consumer/registration_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/consumer/registration_spec.rb (99%) diff --git a/spec/features/consumer/registration_spec.rb b/spec/system/consumer/registration_spec.rb similarity index 99% rename from spec/features/consumer/registration_spec.rb rename to spec/system/consumer/registration_spec.rb index c487d56daa..5868ea493a 100644 --- a/spec/features/consumer/registration_spec.rb +++ b/spec/system/consumer/registration_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'spec_helper' +require 'system_helper' describe "Registration", js: true do include AuthenticationHelper