Sha256: 591641b2a8e95aac64bad8b4377d6e0fa6074f091e8650fcfa472834c7c0a282
Contents?: true
Size: 197 Bytes
Versions: 1
Compression:
Stored size: 197 Bytes
Contents
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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
couch-0.2.0 | spec/couch_spec.rb |