cartodb/services/importer/spec/acceptance/no_stats_context.rb
2020-06-15 10:58:47 +08:00

8 lines
123 B
Ruby

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