From 5697b926631246bfc55063f8fce90a0bc8f893aa Mon Sep 17 00:00:00 2001 From: Ernesto Tagwerker Date: Wed, 10 Dec 2014 23:04:19 +0700 Subject: [PATCH] Removed unnecessary spaces. --- examples/features/support/env.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/features/support/env.rb b/examples/features/support/env.rb index fad0cf1..0cf1741 100644 --- a/examples/features/support/env.rb +++ b/examples/features/support/env.rb @@ -30,9 +30,6 @@ if orm && strategy require "#{File.dirname(__FILE__)}/../../lib/#{another_orm.downcase}_models" end - - - if multiple_db DatabaseCleaner.app_root = "#{File.dirname(__FILE__)}/../.." orm_sym = orm.gsub(/(.)([A-Z]+)/,'\1_\2').downcase.to_sym