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
unpoly-rails-0.32.0 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.31.2 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.31.1 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.31.0 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.30.1 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.30.0 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.29.0 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.28.1 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.28.0 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.27.3 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.27.2 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.27.1 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.27.0 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.26.2 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.26.1 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.26.0 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.25.2 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.25.1 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.25.0 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee
unpoly-rails-0.24.1 spec_app/vendor/assets/bower_components/jasmine-fixture/spec-e2e/helpers/spec-within-a-spec.coffee