提交 0af4cbc5 编写于 作者: G Grzegorz Bizon

Simplify container repository build method specs

上级 fd30b3d4
......@@ -115,11 +115,12 @@ describe ContainerRepository do
end
describe '.build_from_path' do
let(:path) { project.full_path + '/some/image' }
let(:repository_path) { ContainerRegistry::Path.new(path) }
let(:registry_path) do
ContainerRegistry::Path.new(project.full_path + '/some/image')
end
let(:repository) do
described_class.build_from_path(ContainerRegistry::Path.new(path))
described_class.build_from_path(registry_path)
end
it 'fabricates repository assigned to a correct project' do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册