spec/castronaut_spec.rb in relevance-castronaut-0.3.6 vs spec/castronaut_spec.rb in relevance-castronaut-0.4.1
- old
+ new
@@ -1,10 +1,10 @@
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
describe Castronaut do
after(:all) do
- Castronaut.config = Castronaut::Configuration.load(File.join(File.dirname(__FILE__), '..', 'castronaut.example.yml'))
+ Castronaut.config = Castronaut::Configuration.load(File.join(File.dirname(__FILE__), '..', 'config', 'castronaut.example.yml'))
end
it "exposes the config at Castronaut.config" do
Castronaut.config.should == Castronaut.instance_variable_get("@cas_config")
end