spec/lib/elasticonf/loader_spec.rb in elasticonf-1.1.0 vs spec/lib/elasticonf/loader_spec.rb in elasticonf-1.1.1
- old
+ new
@@ -1,9 +1,9 @@
require 'spec_helper'
-describe ElastiConf::Loader do
+describe Elasticonf::Loader do
subject do
- file = ElastiConf.root.join('spec', 'fixtures', 'config.yml')
+ file = Elasticonf.root.join('spec', 'fixtures', 'config.yml')
described_class[YAML.load_file(file)]
end
it 'should be inherited from Hashie::Mash' do
subject.should be_kind_of(Hashie::Mash)
\ No newline at end of file