From 5403fdb1bcbd44336fa6991bd6109c29766d8b7f Mon Sep 17 00:00:00 2001 From: dmpe Date: Fri, 10 Jul 2015 18:20:09 +0200 Subject: [PATCH] update contributing.md to reflect the change to testthat --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9737e87..d627bf5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,5 +21,5 @@ When you want to make a change, either to fix a bug or introduce a new feature, * Create a branch or fork of the project based off of the `dev` branch. * Make commits of logical units * Add unit tests for any new features -* Run all tests in `R/tests/testRSocrata.R` +* Run all tests in `tests/testthat/` * Create a pull request with a robust description or [reference the issue number](https://github.com/Chicago/RSocrata/issues) \ No newline at end of file