Merge pull request #75 from dmilisic/master

updated README - RSpec usage
This commit is contained in:
Ben Mabey 2011-10-24 08:08:48 -07:00
commit 18108d775a
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