Commit fe55ece9 authored by Imre Farkas's avatar Imre Farkas

Resolve another conflict in spec/controllers/application_controller_spec.rb

parent abc69dd2
......@@ -182,11 +182,7 @@ describe ApplicationController do
context "when the 'feed_token' param is populated with an invalid feed token" do
it "doesn't log the user" do
<<<<<<< HEAD
get :index, feed_token: "token", format: :atom
=======
get :index, feed_token: 'token', format: :atom
>>>>>>> upstream/master
expect(response.status).not_to eq 200
expect(response.body).not_to eq 'authenticated'
end
......
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