mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 15:24:51 +00:00
5 lines
125 B
Ruby
5 lines
125 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe Account, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|