fix specs

This commit is contained in:
James Lopez 2016-05-17 16:28:27 +02:00
parent 504c186f71
commit 7733f56d80
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ module Gitlab
end
def save
FileUtils.mkdir_p(@shared.export_path)
File.write(full_path, project_json_tree)
true
rescue => e