From 96a9ba0a2dde9dde5aab7e7bd8125df1c24a0525 Mon Sep 17 00:00:00 2001 From: Pete B Date: Mon, 30 Jul 2012 17:59:47 -0300 Subject: [PATCH] Update note about Spork usage Readme suggested a deprecated path for requiring rspec_integration with Spork --- Readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.markdown b/Readme.markdown index 535906f..1ed9f7c 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -250,7 +250,7 @@ By default, specs in `spec/decorators` will be tagged as `type => :decorator`. A If your decorator specs live somewhere else, which they shouldn't, make sure to tag them with `type => :decorator`. If you don't tag them, Draper's helpers won't be available to your decorator while testing. -Note: If you're using Spork, you need to `require 'draper/rspec_integration'` in your Spork.prefork block. +Note: If you're using Spork, you need to `require 'draper/test/rspec_integration'` in your Spork.prefork block. ## Possible Decoration Methods