test/unit/configatron/root_store.rb in configatron-4.0.2 vs test/unit/configatron/root_store.rb in configatron-4.0.3

- old
+ new

@@ -12,10 +12,10 @@ end end describe 'global configatron' do it 'returns an instance of Configatron::RootStore' do - assert_equal(true, configatron.kind_of?(Configatron::RootStore)) + assert_equal(Configatron::RootStore.instance, configatron) end end describe 'inspect' do it 'delegates to store' do