Skip to content

Commit

Permalink
:all -> :each
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Mar 11, 2009
1 parent d6fb45a commit ee0c0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -66,11 +66,11 @@ Spec::Runner.configure do |config|
DatabaseCleaner.clean_with(:truncation)
end

config.before(:all) do
config.before(:each) do
DatabaseCleaner.start
end

config.after(:all) do
config.after(:each) do
DatabaseCleaner.clean
end

Expand Down

0 comments on commit ee0c0c2

Please sign in to comment.