From 1f076056a1112b833e5d0db67bc23459f0c20eb7 Mon Sep 17 00:00:00 2001 From: Vit Brunner Date: Sat, 20 Dec 2014 18:45:49 +0100 Subject: [PATCH] Gruntfile test scripts ordering --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 5220790..afee3e5 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -60,11 +60,11 @@ module.exports = (grunt) -> 'bower_components/qunit/qunit/qunit.js' 'tests/_setup.js' 'tests/services/route.js' + 'tests/services/poems.js' 'tests/services/reader/_factory.js' 'tests/services/reader/markdown.js' 'tests/services/reader/json.js' 'tests/services/transformer.js' - 'tests/services/poems.js' ] test_styles: [ 'bower_components/qunit/qunit/qunit.css'