Commit 3bb92e404c5479c677a2f67c634b3b05019aba4b

Authored by Heitor
1 parent a38b5564

Started javascript tests for Repository Branch

Signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
spec/javascripts/repository/branch_spec.js.coffee 0 → 100644
@@ -0,0 +1,7 @@ @@ -0,0 +1,7 @@
  1 +#= require application
  2 +
  3 +describe "Branch#constructor", ->
  4 + it "should construct a branch", ->
  5 + a = new Repository.Branch()
  6 + a.names.should.deep.equal({})
  7 + assert.isNull(a.request)