test/functional/storage_helper.rb in ruote-2.1.10 vs test/functional/storage_helper.rb in ruote-2.1.11
- old
+ new
@@ -67,10 +67,16 @@
$:.unshift(File.join(path, 'lib'))
begin
load File.join(path, %w[ test functional_connection.rb ])
rescue LoadError => le
- load File.join(path, %w[ test integration_connection.rb ])
+ begin
+ load File.join(path, %w[ test integration_connection.rb ])
+ rescue LoadError => lee
+ p le
+ p lee
+ raise lee
+ end
end
new_storage(opts)
elsif persistent