Sha256: c17a23107659a8678413d6384075ccac30c7f7cc7745bfb625c9048e54ba0dfa

Contents?: true

Size: 372 Bytes

Versions: 3

Compression:

Stored size: 372 Bytes

Contents

#= require integration/test_helper

module "Integration tests"

test "allows failing specs", ->
  ok(true == false, "fails correctly")

test "allows erroring specs", ->
  # todo: calling foo() isn't really possible as it stops the suite
  ok(true == false, "errors correctly")

test "allows passing specs", ->
  console.log('it can log to the console')
  ok(true == true)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
teaspoon-qunit-1.20.0 test/javascripts/integration/first_integration.coffee
teaspoon-qunit-1.19.0 test/javascripts/integration/first_integration.coffee
teaspoon-qunit-1.18.0 test/javascripts/integration/first_integration.coffee