Sha256: 24984b8fdcebdaea09f4ec88e69d9e94567375c421e1e50e31621539a2629468

Contents?: true

Size: 635 Bytes

Versions: 40

Compression:

Stored size: 635 Bytes

Contents

Shindo.tests('Fog::Rackspace::Monitoring | notification', ['rackspace','rackspace_monitoring']) do
  pending if Fog.mocking?
  service = Fog::Rackspace::Monitoring.new

  options = { :label => "fog_#{Time.now.to_i.to_s}", :type => "email", :details => {:address => "test@test.com"} }
  
  model_tests(service.notifications, options, false) do

    tests('#update').succeeds do
      new_label = "new_label_#{Time.now.to_i.to_s}"
      @instance.label = new_label
      @instance.save
      @instance.label = nil # blank out label just to make sure
      @instance.reload
      returns(new_label) { @instance.label }
    end
  end

end

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
fog-1.22.0 tests/rackspace/models/monitoring/notification_tests.rb
fog-1.21.0 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/rackspace/models/monitoring/notification_tests.rb
fog-1.20.0 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/rackspace/models/monitoring/notification_tests.rb
fog-1.19.0 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/rackspace/models/monitoring/notification_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/rackspace/models/monitoring/notification_tests.rb