mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[AWS|Storage] remove redundant mock setup in tests #731
This commit is contained in:
parent
09657f670c
commit
7c62e44bf7
5 changed files with 1 additions and 11 deletions
|
@ -1,5 +1,3 @@
|
|||
Fog.mock! if ENV['FOG_MOCK']
|
||||
|
||||
Shindo.tests("Storage[:aws] | directory", [:aws]) do
|
||||
|
||||
directory_attributes = {
|
||||
|
@ -50,4 +48,4 @@ Shindo.tests("Storage[:aws] | directory", [:aws]) do
|
|||
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Fog.mock! if ENV['FOG_MOCK']
|
||||
|
||||
Shindo.tests("Storage[:aws] | file", [:aws]) do
|
||||
|
||||
file_attributes = {
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Fog.mock! if ENV['FOG_MOCK']
|
||||
|
||||
Shindo.tests("Storage[:aws] | files", [:aws]) do
|
||||
|
||||
file_attributes = {
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Fog.mock! if ENV['FOG_MOCK']
|
||||
|
||||
Shindo.tests("Storage[:aws] | version", [:aws]) do
|
||||
|
||||
file_attributes = {
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
Fog.mock! if ENV['FOG_MOCK']
|
||||
|
||||
Shindo.tests("Storage[:aws] | versions", [:aws]) do
|
||||
|
||||
file_attributes = {
|
||||
|
|
Loading…
Reference in a new issue