1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-23 14:13:12 +00:00
mastodon/spec/models/feed_spec.rb

8 lines
104 B
Ruby
Raw Normal View History

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