spec/read_mark_spec.rb in unread-0.5.0 vs spec/read_mark_spec.rb in unread-0.6.0
- old
+ new
@@ -6,6 +6,10 @@
end
it "should have reader_scope" do
expect(ReadMark.reader_scope).to eq Reader.not_foo.not_bar
end
+
+ it "should have readable_classes" do
+ expect(ReadMark.readable_classes).to eq [Email]
+ end
end