We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a225e commit 997eedeCopy full SHA for 997eede
spec/requests/api_spec.rb
@@ -11,7 +11,7 @@ def headers_with_token(token)
11
12
describe "authenticatable resource", type: :request do
13
it "will raise error if there is no token" do
14
- expect{get api_index_path}.to raise_error Kracken::Controllers::TokenUnauthorized
+ expect{get api_index_path}.to raise_error Kracken::TokenUnauthorized
15
end
16
17
it "is redirected to the oauth server if there is no current user" do
0 commit comments