mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 06:43:42 +01:00
5 lines
130 B
Ruby
5 lines
130 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe Subscription, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|