chore: Add cypress to codebase

This commit is contained in:
rebuilt 2023-07-10 13:45:25 -07:00
parent 010324960d
commit 0c18aa2083
46 changed files with 3558 additions and 504 deletions

View file

@ -1,7 +1,7 @@
require 'rails_helper'
module Legacy
RSpec.describe AttemptsController, type: :controller do
RSpec.xdescribe AttemptsController, type: :controller do
let(:valid_session) { {} }
let!(:recipients) { create_recipients(school, 2) }

View file

@ -19,7 +19,7 @@ require 'rails_helper'
# that an instance is receiving a specific message.
module Legacy
RSpec.describe SchedulesController, type: :controller do
RSpec.xdescribe SchedulesController, type: :controller do
let!(:user) { User.create(email: 'test@test.com', password: '123456') }
let!(:school) { School.create!(name: 'School') }