meter 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/meter/backend.rb +1 -1
- data/lib/meter/configuration.rb +1 -1
- data/lib/meter/version.rb +1 -1
- data/spec/lib/meter/configuration_spec.rb +2 -2
- metadata +1 -1
data/lib/meter/backend.rb
CHANGED
data/lib/meter/configuration.rb
CHANGED
data/lib/meter/version.rb
CHANGED
@@ -46,8 +46,8 @@ describe Meter::Configuration do
|
|
46
46
|
end
|
47
47
|
|
48
48
|
it 'has the default namespace' do
|
49
|
-
config.primary_backend.namespace.should ==
|
50
|
-
config.secondary_backend.namespace.should ==
|
49
|
+
config.primary_backend.namespace.should == nil
|
50
|
+
config.secondary_backend.namespace.should == nil
|
51
51
|
end
|
52
52
|
|
53
53
|
it 'has the default port' do
|