Move registration_spec as system spec

This commit is contained in:
Jean-Baptiste Bellet
2021-10-12 14:14:20 +02:00
parent 28b2fa2886
commit ae45a2dd9d

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'spec_helper'
require 'system_helper'
describe "Registration", js: true do
include AuthenticationHelper