about summary refs log tree commit diff
path: root/spec/controllers/atom_controller_spec.rb
blob: 6f04ad347e2e172108bc7bbbbf7063dc60f3c1bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
require 'rails_helper'

RSpec.describe AtomController, type: :controller do
  describe 'GET #user_stream' do
    pending
  end

  describe 'GET #entry' do
    pending
  end
end