Commit 30d98ce3a1c8fc3e5310e0db4841a57cb97f9d1d

Authored by Rafael Manzo
Committed by Heitor
1 parent ad372225

Require just the necessary JS files for Branch tests

Requiring the whole application is not recommended because it can be slow to
compile all the assets and may hide not wanted dependencies.
spec/javascripts/repository/branch_spec.js.coffee
1 -#= require application 1 +#= require jquery
  2 +#= require repository
  3 +#= require repository/branch
2 #= require sinon 4 #= require sinon
3 5
4 describe "Branch#constructor", -> 6 describe "Branch#constructor", ->