diff --git a/README.textile b/README.textile index 8e0c53c..2f10bc4 100644 --- a/README.textile +++ b/README.textile @@ -73,7 +73,7 @@ strategy the remaining time. To accomplish this you can say: Example usage with RSpec:
-Spec::Runner.configure do |config|
+RSpec.configure do |config|
 
   config.before(:suite) do
     DatabaseCleaner.strategy = :transaction