! A proper fix for the error I've found yesterday.
We should further look for empty rescue statements, as they may sometimes catch stuff that we don't want to be caught.
This commit is contained in:
parent
6a17e6a2c2
commit
31ba47cf1d
3 changed files with 54 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
require 'net/ldap'
|
||||
|
||||
Spec::Runner.configure do |config|
|
||||
config.mock_with :flexmock
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue