Skip to content

Instantly share code, notes, and snippets.

@quicksnap
Created April 21, 2013 22:48
Show Gist options
  • Save quicksnap/5431384 to your computer and use it in GitHub Desktop.
Save quicksnap/5431384 to your computer and use it in GitHub Desktop.
(($) ->
describe 'Brickr', ->
opts = api_key: 'foo-bar-baz-123'
it 'should instantiate', ->
$( ).brickr.should.be.a( 'function' )
it 'should chain properly', ->
$obj = $( 'div' ).brickr( )
expect( $obj.jquery ).to.exist
)(jQuery)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment