Files
mastodon/spec/models/glitch/note_spec.rb
David Yip a37753179d Introduce Glitch::Note (#193)
This is a model for attaching a single note to a single other entity.
For #193, we'll use it for annotating blocks, mutes, and account-level
domain blocks.
2018-01-25 22:07:11 -06:00

6 lines
130 B
Ruby

require 'rails_helper'
RSpec.describe Glitch::Note, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end