summaryrefslogtreecommitdiff
path: root/spec/controllers/authentications_controller_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/controllers/authentications_controller_spec.rb')
-rw-r--r--spec/controllers/authentications_controller_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/controllers/authentications_controller_spec.rb b/spec/controllers/authentications_controller_spec.rb
index 5a36544..43e7439 100644
--- a/spec/controllers/authentications_controller_spec.rb
+++ b/spec/controllers/authentications_controller_spec.rb
@@ -5,5 +5,4 @@ require 'rails_helper'
RSpec.describe Api::AuthenticationsController, type: :controller do
it { should route(:post, '/api/authenticate').to(action: :create) }
it { should route(:delete, '/api/logout').to(action: :destroy) }
- it { should route(:post, '/api/refresh_token').to(action: :refresh)}
end