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