mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
7 lines
131 B
Ruby
7 lines
131 B
Ruby
require 'rails_helper'
|
|
|
|
describe Item, type: :model do
|
|
it('has all the questions') do
|
|
expect(Item.count).to eq 153
|
|
end
|
|
end
|