mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
require json for rackspace compute mock
This commit is contained in:
parent
9ec89fc791
commit
30fed9343d
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ module Fog
|
|||
end
|
||||
|
||||
def initialize(options={})
|
||||
require 'json'
|
||||
@rackspace_username = options[:rackspace_username]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue