0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-04-24 18:34:56 +00:00
mastodon/spec/models/feed_spec.rb

8 lines
104 B
Ruby
Raw Normal View History

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