whitespace

This commit is contained in:
Ben Mabey 2009-05-08 18:18:44 -06:00
parent 1f1c3452c5
commit 5dfb24de4a
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ end
module DatabaseCleaner
module ActiveRecord
describe Truncation do
before(:each) do
@connection = mock('connection')
@ -50,7 +50,7 @@ module DatabaseCleaner
end
it "should raise an error when :only and :except options are used" do
running {
running {
Truncation.new(:except => ['widgets'], :only => ['widgets'])
}.should raise_error(ArgumentError)
end