mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-24 13:35:07 +01:00
12 lines
177 B
Ruby
12 lines
177 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe AtomController, type: :controller do
|
|
describe 'GET #user_stream' do
|
|
pending
|
|
end
|
|
|
|
describe 'GET #entry' do
|
|
pending
|
|
end
|
|
end
|