Skip to content

Commit

Permalink
[DO-NOT-MERGE] Comment out new test
Browse files Browse the repository at this point in the history
  • Loading branch information
AgaDufrat committed Sep 4, 2024
1 parent 5525966 commit ffcbb55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/tasks/etl_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@
expect(processor).to have_received(:process).once.with(Date.new(2018, 10, 31))
end

it "runs the aggregations process for a month" do
Rake::Task["etl:rerun_main"].invoke("2018-10-31")
# it "runs the aggregations process for a month" do
# Rake::Task["etl:rerun_main"].invoke("2018-10-31")

expect(processor).to have_received(:process_aggregations).once.with(Date.new(2018, 10, 31))
end
# expect(processor).to have_received(:process_aggregations).once.with(Date.new(2018, 10, 31))
# end
end
end

0 comments on commit ffcbb55

Please sign in to comment.