Remove spec that isn't testing for anything.

This commit is contained in:
Guo Xiang Tan 2018-06-05 09:30:02 +08:00
parent 74c33a5316
commit dcba320bf6
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
require 'rails_helper'
require_dependency 'jobs/scheduled/clean_up_exports'
describe Jobs::CleanUpExports do
it "runs correctly without crashing" do
Jobs::CleanUpExports.new.execute(nil)
end
end