Skip to content

Commit

Permalink
removed this spec since the specs themselves need _
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Sep 14, 2011
1 parent 61ebc09 commit 80e5be6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/bootstrap-spec.coffee
Expand Up @@ -8,9 +8,6 @@ describe "bootstrap", ->
it "defines MustStache._", ->
expect(MustStache._([null,1,undefined]).compact()).toEqual([1])

it "relinquishes window._", ->
expect(_).not.toBeDefined()

it "relinquishes window.extend", ->
expect(extend).not.toBeDefined()

Expand Down

0 comments on commit 80e5be6

Please sign in to comment.