mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[vsphere|compute] remove unnecessary mocha require
This commit is contained in:
parent
e3d6fd723c
commit
804d348d26
1 changed files with 0 additions and 2 deletions
|
@ -68,14 +68,12 @@ module Fog
|
|||
include Shared
|
||||
|
||||
def initialize(options={})
|
||||
require 'mocha'
|
||||
@vsphere_username = options[:vsphere_username]
|
||||
@vsphere_password = 'REDACTED'
|
||||
@vsphere_server = options[:vsphere_server]
|
||||
@vsphere_expected_pubkey_hash = options[:vsphere_expected_pubkey_hash]
|
||||
@vsphere_is_vcenter = true
|
||||
@vsphere_rev = '4.0'
|
||||
@connection = Mocha::Mock.new
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue