README - RSpec usage

This commit is contained in:
dmilisic 2011-10-24 10:53:23 +03:00
parent 7f477031e9
commit 049ec5c290
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ strategy the remaining time. To accomplish this you can say:
Example usage with RSpec:
<pre>
Spec::Runner.configure do |config|
RSpec.configure do |config|
config.before(:suite) do
DatabaseCleaner.strategy = :transaction