Commit 39bc1501 authored by Arturo Herrero's avatar Arturo Herrero

Improve it description

parent 05bbc819
......@@ -460,7 +460,7 @@ RSpec.describe JiraService do
context 'with options' do
let(:issue_url) { "#{url}/rest/api/2/issue/#{issue_key}?expand=renderedFields" }
it 'call the Jira API with the options to get the issue' do
it 'calls the Jira API with the options to get the issue' do
jira_service.find_issue(issue_key, { expand: 'renderedFields' })
expect(WebMock).to have_requested(:get, issue_url)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment