Skip to content

Commit

Permalink
Use jasmine-jsreporter from grunt-saucelabs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtraynham committed Aug 10, 2015
1 parent 1f18842 commit 43ba74c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 146 deletions.
5 changes: 4 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ module.exports = function (grunt) {
display: 'short',
summary: true,
specs: '<%= conf.spec %>/*-spec.js',
helpers: '<%= conf.spec %>/helpers/*.js',
helpers: [
'<%= conf.spec %>/helpers/*.js',
'node_modules/grunt-saucelabs/examples/jasmine/lib/jasmine-jsreporter/jasmine-jsreporter.js'
],
version: '2.0.0',
outfile: '<%= conf.spec %>/index.html',
keepRunner: true
Expand Down
145 changes: 0 additions & 145 deletions spec/helpers/jasmine-jsreporter.js

This file was deleted.

0 comments on commit 43ba74c

Please sign in to comment.