Skip to content

Commit e428d03

Browse files
committed
removing style files tests with spaces
1 parent 1f2fa30 commit e428d03

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tests/testthat/test-hooks.R

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -140,24 +140,6 @@ run_test("style-files",
140140
)
141141
)
142142

143-
# verify that style-files, which uses docopt with preprocessed args,
144-
# functions as expected with filenames that contain spaces
145-
146-
run_test("style-files",
147-
file_name = "style files with spaces",
148-
suffix = "-success.R",
149-
cmd_args = c("--style_pkg=styler", "--style_fun=tidyverse_style", "--cache-root=styler")
150-
)
151-
152-
run_test("style-files",
153-
file_name = "style files with spaces",
154-
suffix = "-fail.R",
155-
std_err = NA,
156-
cmd_args = c(
157-
"--style_pkg=styler", "--style_fun=tidyverse_style", "--cache-root=styler"
158-
)
159-
)
160-
161143
### . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ..
162144
### no-browser-statement ####
163145
# success

0 commit comments

Comments
 (0)