1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-29 07:18:48 +09:00
whippy-edition/spec/controllers/atom_controller_spec.rb

12 lines
177 B
Ruby
Raw Normal View History

2016-02-23 00:00:20 +09:00
require 'rails_helper'
RSpec.describe AtomController, type: :controller do
2016-02-25 08:17:01 +09:00
describe 'GET #user_stream' do
pending
end
2016-02-23 00:00:20 +09:00
2016-02-25 08:17:01 +09:00
describe 'GET #entry' do
pending
end
2016-02-23 00:00:20 +09:00
end