spectacular
Version:
Advanced BDD framework for CoffeeScript and JavaScript
16 lines (12 loc) • 373 B
text/coffeescript
if typeof module is 'undefined'
fixture 'formatters/reporter.html', as: 'reporterContainer'
spectacular.helper 'withWidgetSetup', (block) ->
given 'reporter', ->
container: [0]
widgets: []
openDetails: ->
errorOccured: ->
given 'runner', ->
examples: []
options: spectacular.options
block.call(this)