Skip to content

Commit

Permalink
Rescue from any errors in the specs when trying to setup the backends
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed May 14, 2010
1 parent c99538c commit 9ada1f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
require "setup/#{backend}"
require "backend/#{backend}_job_spec"
BACKENDS << backend.to_sym
rescue LoadError
puts "Unable to load #{backend} backend! #{$!}"
rescue
puts "Unable to load #{backend} backend: #{$!}"
end
end

Expand Down

0 comments on commit 9ada1f4

Please sign in to comment.