mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
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.
6 lines
130 B
Ruby
6 lines
130 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe Glitch::Note, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|