Files
old-holivud2/spec/support/shared_examples_for_a_notable.rb

6 lines
132 B
Ruby
Raw Normal View History

2020-05-31 22:38:19 +02:00
shared_examples_for "a notable" do
describe "#notes" do
it { is_expected.to have_many(:notes).dependent(:destroy) }
end
end