mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
72e52e70be
This reverts commit d6ecb19d24
.
Conflicts:
fog.gemspec
10 lines
358 B
Ruby
10 lines
358 B
Ruby
Shindo.tests('Fog::Rackspace::Monitoring | notifications', ['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"} }
|
|
collection_tests(service.notifications, options, false) do
|
|
|
|
end
|
|
|
|
end
|