From 268d1e8dd574f539715cd89a34890bd9d0499512 Mon Sep 17 00:00:00 2001 From: Mateus Del Bianco Date: Wed, 5 Sep 2012 10:05:30 -0300 Subject: [PATCH] Fixing README to reflect updated resque test suite --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 944ae42..5a62be7 100644 --- a/README.markdown +++ b/README.markdown @@ -20,7 +20,7 @@ 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). 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. +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.22.0 version of resque, so make sure you have that version of resque installed, when you run the resque-tests. Example --------