Skip to content

Instantly share code, notes, and snippets.

@ivan-hilckov
Created July 25, 2012 12:26
Show Gist options
  • Select an option

  • Save ivan-hilckov/3175909 to your computer and use it in GitHub Desktop.

Select an option

Save ivan-hilckov/3175909 to your computer and use it in GitHub Desktop.
menu_test
suite "Election.Menu", ->
setup ->
@menu = Elections.Menu.init( el: ".some-class", app: { on: sinon.stub() } )
test "инициализируеться", ->
assert.isObject( @menu )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment