1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-12 05:38:19 +09:00
mastodon/spec/models/feed_spec.rb

8 lines
104 B
Ruby
Raw Normal View History

2016-03-19 20:13:47 +09:00
require 'rails_helper'
RSpec.describe Feed, type: :model do
describe '#get' do
pending
end
end