Commit 15897015 authored by Marin Jankovski's avatar Marin Jankovski

Fix failing spec.

parent 90e7d5c2
...@@ -292,7 +292,7 @@ describe GitPushService do ...@@ -292,7 +292,7 @@ describe GitPushService do
service.execute(project, user, @oldrev, @newrev, @ref) service.execute(project, user, @oldrev, @newrev, @ref)
WebMock.should have_requested(:post, api_mention_url).with( WebMock.should have_requested(:post, api_mention_url).with(
body: /mentioned JIRA-1 in/ body: /mentioned this issue in/
).once ).once
end end
......
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