1
0
mirror of https://framagit.org/tykayn/mastodon.git synced 2023-08-25 08:33:12 +02:00

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