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