require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "Couch" do it "should return .couchrc as config filename" do Couch::CONFIG_FILENAME.should == '.couchrc' end end