Sha256: d6efb3f96467b06a00beb0ed16a0eec30db838bf1a8998efb9ad7558aa2189a0
Contents?: true
Size: 370 Bytes
Versions: 2
Compression:
Stored size: 370 Bytes
Contents
#= require teaspoon/fixture class Teaspoon.Mocha.Fixture extends Teaspoon.Fixture @load: -> args = arguments if window.env.started then super else beforeEach => fixture.__super__.constructor.load.apply(@, args) @set: -> args = arguments if window.env.started then super else beforeEach => fixture.__super__.constructor.set.apply(@, args)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
teaspoon-mocha-2.3.3 | lib/teaspoon/mocha/assets/teaspoon/mocha/fixture.coffee |
teaspoon-mocha-2.2.4 | lib/teaspoon/mocha/assets/teaspoon/mocha/fixture.coffee |