spec/castronaut/configuration_spec.rb in relevance-castronaut-0.3.6 vs spec/castronaut/configuration_spec.rb in relevance-castronaut-0.4.1

- old
+ new

@@ -2,10 +2,10 @@ require 'yaml' describe Castronaut::Configuration do before(:all) do - @test_config_file = File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'castronaut.example.yml')) + @test_config_file = File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'config', 'castronaut.example.yml')) end describe "initialization" do it "defaults the config file path to ./castronaut.yml if none is given" do