mirror of
https://github.com/mastodon/mastodon.git
synced 2025-06-06 13:19:13 +00:00
8 lines
153 B
Ruby
8 lines
153 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'rails_helper'
|
|
|
|
RSpec.describe Fasp::Subscription do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|