mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[local|storage] mark tests pending in mock mode
This commit is contained in:
parent
48ed09790c
commit
a1f7f6bfe0
2 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
|||
Shindo.tests('Storage[:local] | file', [:local]) do
|
||||
|
||||
pending if Fog.mocking?
|
||||
|
||||
before do
|
||||
@options = { :local_root => '~/.fog' }
|
||||
end
|
||||
|
@ -37,4 +40,4 @@ Shindo.tests('Storage[:local] | file', [:local]) do
|
|||
file.public_url
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
Shindo.tests('Local | storage') do
|
||||
|
||||
pending if Fog.mocking?
|
||||
|
||||
before do
|
||||
@options = { :local_root => "~/.fog" }
|
||||
end
|
||||
|
@ -34,4 +37,4 @@ Shindo.tests('Local | storage') do
|
|||
Fog::Storage::Local.new(@options).endpoint
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue