test/repo_test.rb in boson-0.0.1 vs test/repo_test.rb in boson-0.1.0
- old
+ new
@@ -14,9 +14,9 @@
YAML.expects(:load_file).returns(expected_hash)
@repo.config[:commands]['c1'].should == {}
end
test "ignores nonexistent file and sets config defaults" do
- assert @repo.config[:commands].is_a?(Hash) && @repo.config[:libraries].is_a?(Hash)
+ assert @repo.config[:command_aliases].is_a?(Hash) && @repo.config[:libraries].is_a?(Hash)
end
end
end