mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
7 lines
152 B
Ruby
7 lines
152 B
Ruby
require 'rails_helper'
|
|
|
|
module Dashboard
|
|
RSpec.describe Student, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|
|
end
|