mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-30 14:01:42 +01: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
|