We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2628896 commit 3ae42c2Copy full SHA for 3ae42c2
spec/manifolds/cli_spec.rb
@@ -56,7 +56,7 @@
56
end
57
58
it "creates a 'routines' directory" do
59
- expect(Dir.exist?("./projects/#{sub_project_name}/routines")).to be true
+ expect(Dir.exist?(File.join(Dir.pwd, "projects", sub_project_name, "routines"))).to be true
60
61
62
it "adds vectors to the project's manifold configuration" do
0 commit comments