blob: 16498c0a7f66728626f8442bd4cc26a416df40fe [file] [log] [blame]
testClass 'HelperLoader', ->
feature 'Loading order', ->
should 'load the helpers before the specs.', ->
expect(true).toBeTruthy()
# will fail to parse the spec if the helper was not loaded first