Commit abc69dd2 authored by Imre Farkas's avatar Imre Farkas

Resolve conflict in spec/controllers/application_controller_spec.rb

parent 6ccee496
...@@ -147,11 +147,7 @@ describe ApplicationController do ...@@ -147,11 +147,7 @@ describe ApplicationController do
end end
describe '#authenticate_sessionless_user!' do describe '#authenticate_sessionless_user!' do
<<<<<<< HEAD
describe "authenticating a user from a feed token" do
=======
describe 'authenticating a user from a feed token' do describe 'authenticating a user from a feed token' do
>>>>>>> upstream/master
controller(described_class) do controller(described_class) do
def index def index
render text: 'authenticated' render text: 'authenticated'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment