mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 11:35:13 +00: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
|