6 lines
132 B
Ruby
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
|