one test in metacode spec

This commit is contained in:
Devin Howard 2015-12-20 22:20:51 +08:00
parent fe8794e814
commit 7930f1a216

View file

@ -2,4 +2,5 @@ require 'rails_helper'
RSpec.describe Metacode, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
it { is_expected.to have_many(:topics) }
end