attentive/js-features/support/env.js.coffee

8 lines
140 B
CoffeeScript
Raw Normal View History

2012-03-13 17:20:57 +00:00
Flowerbox.World ->
@addMatchers(
toBeRunning: () ->
@message = "Expected #{@notMessage} be running"
@actual._runner?
)