whitespace

This commit is contained in:
Ben Mabey 2009-05-08 18:18:44 -06:00
parent 1f1c3452c5
commit 5dfb24de4a

View file

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