Skip to content

Commit 3ae42c2

Browse files
committed
absolute
1 parent 2628896 commit 3ae42c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/manifolds/cli_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
end
5757

5858
it "creates a 'routines' directory" do
59-
expect(Dir.exist?("./projects/#{sub_project_name}/routines")).to be true
59+
expect(Dir.exist?(File.join(Dir.pwd, "projects", sub_project_name, "routines"))).to be true
6060
end
6161

6262
it "adds vectors to the project's manifold configuration" do

0 commit comments

Comments
 (0)