We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa1ca3 commit 8ae4ac2Copy full SHA for 8ae4ac2
spec/jira/resource/attachment_spec.rb
@@ -239,7 +239,7 @@
239
end
240
241
242
- context 'an attachment is on an issue' do
+ context 'when an attachment is on an issue' do
243
describe '#delete' do
244
it 'removes the attachment' do
245
expect(client).to receive(:delete).with("/jira/rest/api/2/issue/#{issue_id}/attachments/#{attachment_id}")
0 commit comments