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 ebdbffd commit 8f0514dCopy full SHA for 8f0514d
spec/errbit_github_plugin/issue_tracker_spec.rb
@@ -152,7 +152,7 @@
152
expect(Octokit::Client).to receive(:new).with(
153
login: user["github_login"], access_token: user["github_oauth_token"]
154
).and_raise(Octokit::Unauthorized)
155
- expect { subject }.to raise_error
+ expect { subject }.to raise_error(ErrbitGithubPlugin::AuthenticationError)
156
end
157
158
0 commit comments