BigW Consortium Gitlab

Commit de32a17d by Stan Hu

Fix bad merge with spec/models/namespace_spec.rb

parent 1e554d0a
......@@ -165,7 +165,7 @@ describe Namespace do
it "moves dir if path changed" do
namespace.update_attributes(path: namespace.full_path + '_new')
expect(gitlab_shell.exists?(@project.repository_storage_path, "#{namespace.path}/#{@project.path}.git")).to be_truthy
expect(gitlab_shell.exists?(project.repository_storage_path, "#{namespace.path}/#{project.path}.git")).to be_truthy
end
context "when any project has container images" do
......
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