cartodb-4.42/services/importer/spec/acceptance/no_stats_context.rb

8 lines
123 B
Ruby
Raw Normal View History

2024-04-06 13:25:13 +08:00
shared_context "no stats" do
before(:each) do
CartoDB::Stats::Aggregator.stubs(:read_config).returns({})
end
end