Skip to content

Commit

Permalink
Make tests pass when run from IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Aug 28, 2018
1 parent f84f80e commit 66c1152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
new File("build/resources/test/test-project/build/post_run.txt").createNewFile()
new File(config.getString("rootDir") + "/build/post_run.txt").createNewFile()
Original file line number Diff line number Diff line change
@@ -1 +1 @@
new File("build/resources/test/test-project/build/pre_run.txt").createNewFile()
new File(config.getString("rootDir") + "/build/pre_run.txt").createNewFile()

0 comments on commit 66c1152

Please sign in to comment.