branch_spec.js.coffee 190 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 #= require application describe "Branch#constructor", -> it "should construct a branch", -> a = new Repository.Branch() a.names.should.deep.equal({}) assert.isNull(a.request)