attentive/js-features/support/env.js.coffee
2012-03-13 13:20:57 -04:00

8 lines
140 B
CoffeeScript

Flowerbox.World ->
@addMatchers(
toBeRunning: () ->
@message = "Expected #{@notMessage} be running"
@actual._runner?
)