Commit f4e91ecd authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix method name for pipeline spec

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 3da38c9b
......@@ -23,7 +23,7 @@ describe Ci::Pipeline do
}.freeze
ARTIFACTS_METHODS.each do |method, filename|
describe "##{method}codeclimate_artifact" do
describe method.to_s do
context 'has corresponding job' do
let!(:build) do
create(
......
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