Sha256: 6aa42ecf4e93ad8357ae4c49f1e2752475d7027f85b2688f29bc9919c9c29b60

Contents?: true

Size: 615 Bytes

Versions: 92

Compression:

Stored size: 615 Bytes

Contents

root = global

grunt = require('grunt')

specPath = "spec-e2e/tmp/example-spec.coffee"

root.createSpec = (specSource) ->
  grunt.file.write(specPath, specSource)

root.readSpec = ->
  grunt.file.read(specPath, encoding: "UTF-8")

root.runSpec = (done, callback) ->
  grunt.util.spawn
    cmd: "node_modules/.bin/testem",
    args: ["ci", "-f", "spec-e2e/support/jasmine#{process.env.MAJOR_JASMINE_VERSION || 1}-testem-config.json"]
  , (error, result, code) ->
    callback.call jasmine.getEnv().currentSpec,
      error: error
      stdout: result.stdout
      stderr: result.stderr
      code: code
    done?()

Version data entries

92 entries across 92 versions & 3 rubygems

Version Path
hooch-0.1.0 jasmine/jasmine-fixture-1.3.1/spec-e2e/helpers/spec-within-a-spec.coffee
hooch-0.0.8 jasmine/jasmine-fixture-1.3.1/spec-e2e/helpers/spec-within-a-spec.coffee
hooch-0.0.7 jasmine/jasmine-fixture-1.3.1/spec-e2e/helpers/spec-within-a-spec.coffee
hooch-0.0.6 jasmine/jasmine-fixture-1.3.1/spec-e2e/helpers/spec-within-a-spec.coffee
upjs-rails-0.4.1 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
upjs-rails-0.4.0 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
upjs-rails-0.3.3 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
upjs-rails-0.3.2 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
upjs-rails-0.3.0 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
upjs-rails-0.2.2 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
upjs-rails-0.2.1 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
upjs-rails-0.2.0 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee