From 1b396cd371563fe127575653a18890c8b12edba4 Mon Sep 17 00:00:00 2001 From: Alexandr Elhovenko Date: Sun, 1 Dec 2013 14:32:51 +0200 Subject: [PATCH] Correct contributing part of README according to travis config As I can see we _always_ need to use dummy app for testing. --- README.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rdoc b/README.rdoc index 35e6fc5..868c30c 100644 --- a/README.rdoc +++ b/README.rdoc @@ -218,6 +218,8 @@ For testing, generate a temporary Rails dummy app inside test: rake dummy:setup rake app:db:migrate rake app:db:migrate RAILS_ENV=test + export BUNDLE_GEMFILE=$PWD/Gemfile + cd test/dummy && rake db:migrate db:test:prepare rake test Please add test cases when adding new functionality. I started with some basic example integration tests for a very basic coverage.