mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
10 lines
146 B
Ruby
10 lines
146 B
Ruby
|
Shindo.tests('Bluebox::BLB | lb_tests', ['bluebox']) do
|
||
|
pending if Fog.mocking?
|
||
|
|
||
|
tests('success') do
|
||
|
end
|
||
|
|
||
|
tests('failure') do
|
||
|
end
|
||
|
end
|