8 lines
123 B
Ruby
8 lines
123 B
Ruby
shared_context "no stats" do
|
|
|
|
before(:each) do
|
|
CartoDB::Stats::Aggregator.stubs(:read_config).returns({})
|
|
end
|
|
|
|
end
|