From 1f29e5b5dcd1fcaace787b49f7903c62a3ebb999 Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Wed, 5 Aug 2015 17:09:21 -0400 Subject: [PATCH] Contributing.md should refer to script/cucumber --- CONTRIBUTING.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown index 0f5be303..e4f9fda5 100644 --- a/CONTRIBUTING.markdown +++ b/CONTRIBUTING.markdown @@ -40,7 +40,7 @@ Before you start, run the tests and make sure that they pass (to confirm your environment is configured properly): $ bundle exec rake test - $ bundle exec rake features + $ bundle exec script/cucumber Workflow --------