mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Enable claim_tests in mocking mode.
This commit is contained in:
parent
7c5775be32
commit
9b9a5f4baf
2 changed files with 2 additions and 4 deletions
|
@ -45,7 +45,7 @@ module Fog
|
|||
end
|
||||
else
|
||||
unless claim_id
|
||||
# Exception
|
||||
# Currently succeeds.
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
Shindo.tests('Fog::Rackspace::Queues | claim_tests', ['rackspace']) do
|
||||
|
||||
pending if Fog.mocking?
|
||||
Shindo.tests('Fog::Rackspace::Queues | claim_tests', ['rackspace']) do
|
||||
|
||||
service = Fog::Rackspace::Queues.new
|
||||
|
||||
|
|
Loading…
Reference in a new issue