Files
old-holivud2/spec/support/shared_examples_for_a_notable.rb
2020-05-31 22:38:19 +02:00

6 lines
132 B
Ruby

shared_examples_for "a notable" do
describe "#notes" do
it { is_expected.to have_many(:notes).dependent(:destroy) }
end
end