From 612792fb5734fe00b72003f6a55d330100ad78c3 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Sat, 25 Jun 2011 20:04:45 +1200 Subject: [PATCH 1/2] Ignore coverage dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6025543b6c..e7716e9517 100644 --- a/.gitignore +++ b/.gitignore @@ -81,5 +81,6 @@ config/database.yml config/rackspace_cloudfiles.yml your_*.* db/schema.rb +coverage # END REFINERY CMS DEVELOPMENT ================================================= From 8d49d29903fb7adf748e789fbb2758e9800d5b6c Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Sat, 25 Jun 2011 20:05:00 +1200 Subject: [PATCH 2/2] fixed typo - environment --- .../6 - How to enable testing in your application.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/8 - Tips and Tricks/6 - How to enable testing in your application.textile b/doc/guides/8 - Tips and Tricks/6 - How to enable testing in your application.textile index 9201abd1fd..1a94425a47 100644 --- a/doc/guides/8 - Tips and Tricks/6 - How to enable testing in your application.textile +++ b/doc/guides/8 - Tips and Tricks/6 - How to enable testing in your application.textile @@ -21,7 +21,7 @@ And run $ bundle install -Now we will configure our test enviroment with +Now we will configure our test environment with $ rails generate refinerycms_testing