metacode spec
This commit is contained in:
parent
e4d53162a7
commit
caa65c1170
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Metacode, type: :model do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
it { is_expected.to have_many(:topics) }
|
||||
it { is_expected.to have_many :topics }
|
||||
it { is_expected.to have_many :metacode_sets }
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue