cartodb-4.42/services/importer/spec/acceptance/no_stats_context.rb
2024-04-06 05:25:13 +00:00

8 lines
123 B
Ruby

shared_context "no stats" do
before(:each) do
CartoDB::Stats::Aggregator.stubs(:read_config).returns({})
end
end