gi_cat_driver 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module GiCatDriver
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
@@ -360,6 +360,16 @@ describe GiCatDriver do
360
360
  }, :body => accessor_configuration)
361
361
  .to_return(:status => 200, :body => "Salvato", :headers => {})
362
362
 
363
+ enable_conf_url = "http://admin:pass@www.somecompany.com/services/conf/brokerConfigurations/1"
364
+ stub_request(:get,enable_conf_url)
365
+ .with(:headers => {
366
+ 'Accept'=>'application/xml',
367
+ 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
368
+ 'User-Agent'=>'Ruby',
369
+ 'Content-Type'=>'*/*'
370
+ }, :query => {:opts => "active"})
371
+ .to_return(:status => 200, :body => "", :headers => {})
372
+
363
373
  @gi_cat.create_accessor(profile_name, accessor_configuration)
364
374
  end
365
375
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gi_cat_driver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: