File is being deleted before each test anyway
This commit is contained in:
parent
03fca7b8d1
commit
d1bbe8cf94
|
@ -22,10 +22,6 @@ describe Google::APIClient::Service::SimpleFileStore do
|
|||
|
||||
FILE_NAME = 'test.cache'
|
||||
|
||||
before(:all) do
|
||||
File.delete(FILE_NAME) if File.exists?(FILE_NAME)
|
||||
end
|
||||
|
||||
describe 'with no cache file' do
|
||||
before(:each) do
|
||||
File.delete(FILE_NAME) if File.exists?(FILE_NAME)
|
||||
|
|
Loading…
Reference in New Issue