Skip to content

Commit

Permalink
quote in another test
Browse files Browse the repository at this point in the history
  • Loading branch information
native-api committed Nov 11, 2020
1 parent 3f41dcd commit 0912171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/build/script/r_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@

it 'sets repos in ~/.Rprofile.site with additional user specified repos' do
data[:config][:repos] = {CRAN: 'https://cran.rstudio.org', ropensci: 'http://packages.ropensci.org'}
should include_sexp [:cmd, "echo 'options(repos = c(CRAN = \"https://cran.rstudio.org\", ropensci = \"http://packages.ropensci.org\"))' > ~/.Rprofile.site",
should include_sexp [:cmd, "echo \"options(repos = c(CRAN = \\\"https://cran.rstudio.org\\\", ropensci = \\\"http://packages.ropensci.org\\\"))\" > ~/.Rprofile.site",
assert: true, echo: true, timing: true]
end

Expand Down

0 comments on commit 0912171

Please sign in to comment.