From 376fb3ccb67d3a7a374612b25e5db2f0b7216b95 Mon Sep 17 00:00:00 2001 From: Jannis Hermanns Date: Fri, 19 Nov 2010 17:38:01 +0100 Subject: [PATCH] More readme on resque compat tests --- README.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 1f0269f..9808d58 100644 --- a/README.markdown +++ b/README.markdown @@ -19,7 +19,9 @@ Then include it in your app: Tests ----------- -To make sure this plugin works on your installation, you should run the tests. resque-loner is tested in RSpec, but it also includes resque's original testsuite. You can run all tests specific to resque-loner with `rake spec`. To make sure the plugin did not break resque, you can run `rake test` (the standard resque test suite).r +To make sure this plugin works on your installation, you should run the tests. resque-loner is tested in RSpec, but it also includes resque's original testsuite. You can run all tests specific to resque-loner with `rake spec`. + +To make sure the plugin did not break resque, you can run `rake test` (the standard resque test suite). This runs all tests from the 1.10.0 version of resque, so make sure you have that version of resque installed, when you run the resque-tests. Example --------