1
0
Fork 0
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:
geemus 2012-02-06 09:00:34 -06:00
parent 09657f670c
commit 7c62e44bf7
5 changed files with 1 additions and 11 deletions

View file

@ -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

View file

@ -1,5 +1,3 @@
Fog.mock! if ENV['FOG_MOCK']
Shindo.tests("Storage[:aws] | file", [:aws]) do
file_attributes = {

View file

@ -1,5 +1,3 @@
Fog.mock! if ENV['FOG_MOCK']
Shindo.tests("Storage[:aws] | files", [:aws]) do
file_attributes = {

View file

@ -1,5 +1,3 @@
Fog.mock! if ENV['FOG_MOCK']
Shindo.tests("Storage[:aws] | version", [:aws]) do
file_attributes = {

View file

@ -1,5 +1,3 @@
Fog.mock! if ENV['FOG_MOCK']
Shindo.tests("Storage[:aws] | versions", [:aws]) do
file_attributes = {