Skip to content

Commit 6c98c3f

Browse files
committed
Make sure spec test project directory exists in CI
1 parent 0e74aba commit 6c98c3f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spec/remote_generator/write_typescript_to_disk_spec.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020
let(:fail_if_does_not_pass_linter) { true }
2121

2222
before do
23-
FileUtils.cp_r(test_app_directory, project_directory)
24-
end
25-
26-
after do
23+
FileUtils.mkdir_p(project_directory)
2724
FileUtils.rm_rf(project_directory)
2825
end
2926

0 commit comments

Comments
 (0)