We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e55c3 commit c4e7c18Copy full SHA for c4e7c18
3 files changed
spec/fixtures/issues/issue_assignees.json spec/fixtures/issues/assignees.jsonspec/fixtures/issues/issue_assignees.json renamed to spec/fixtures/issues/assignees.json
spec/github/client/issues/assignees/add_spec.rb
@@ -19,7 +19,7 @@
19
let(:assignee) { "octocat" }
20
21
context "assignees added" do
22
- let(:body) { fixture('issues/issue_assignees.json') }
+ let(:body) { fixture('issues/assignees.json') }
23
let(:status) { 200 }
24
25
it "should fail to add assignees if issue-id is missing" do
spec/github/client/issues/assignees/remove_spec.rb
context "assignees removed" do
it "should fail to remove assignees if issue-id is missing" do
0 commit comments