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