提交 fc616081 编写于 作者: D Douwe Maan

Fix specs.

上级 2c7baed3
......@@ -99,8 +99,8 @@ describe SlackService do
with(webhook_url, username: username).
and_return(
double(:slack_service).as_null_object
)
slack.execute(sample_data)
)
slack.execute(push_sample_data)
end
it 'should use the channel as an option when it is configured' do
......@@ -110,7 +110,7 @@ describe SlackService do
and_return(
double(:slack_service).as_null_object
)
slack.execute(sample_data)
slack.execute(push_sample_data)
end
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册