sqm-dashboards/spec/models/survey_item_spec.rb
2021-10-26 14:18:06 -04:00

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