mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 00:38:07 +01:00
7 lines
104 B
Ruby
7 lines
104 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe Feed, type: :model do
|
|
describe '#get' do
|
|
pending
|
|
end
|
|
end
|