mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-11 00:10:35 -07:00
8 lines
192 B
Ruby
8 lines
192 B
Ruby
require 'rails_helper'
|
|
|
|
# FIXME remove this when seeds.rb is under test
|
|
xdescribe SurveyItem, type: :model do
|
|
it('has all the questions') do
|
|
expect(SurveyItem.count).to eq 137
|
|
end
|
|
end
|