Run specs on all platforms

This commit is contained in:
Kevin Sawicki
2014-06-13 15:28:40 -07:00
parent dc323348b7
commit 058d55c829

View File

@@ -87,8 +87,6 @@ module.exports = (grunt) ->
callback(null, error)
grunt.registerTask 'run-specs', 'Run the specs', ->
return if process.platform is 'win32'
done = @async()
startTime = Date.now()