mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 17:30:38 -07:00
chore: Add cypress to codebase
This commit is contained in:
parent
010324960d
commit
0c18aa2083
46 changed files with 3558 additions and 504 deletions
|
|
@ -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) }
|
||||
|
|
|
|||
|
|
@ -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') }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue