mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
Add qualtrics_code to District and School
This commit is contained in:
parent
12415861c1
commit
8fc6fae16b
7 changed files with 239 additions and 11 deletions
|
|
@ -1,8 +1,8 @@
|
|||
require "rails_helper"
|
||||
|
||||
feature "School dashboard", type: feature do
|
||||
let(:district) { District.create name: 'Winchester' }
|
||||
let(:school) { School.create name: 'Winchester High School', slug: 'winchester-high-school', district: district }
|
||||
let(:district) { District.find_by_slug 'winchester' }
|
||||
let(:school) { School.find_by_slug 'winchester-high-school' }
|
||||
|
||||
let(:measure) { Measure.find_by_measure_id('1A-i') }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue