From bb372211230e19484e7b134c99d86a0fa7f2b234 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Fri, 19 Jul 2013 09:52:40 -0700 Subject: [PATCH] Remove badly named folder --- test/fixtures/dateformat/Gruntfile.js | 24 ------------------------ test/fixtures/dateformat/lib/one.js | 1 - 2 files changed, 25 deletions(-) delete mode 100644 test/fixtures/dateformat/Gruntfile.js delete mode 100644 test/fixtures/dateformat/lib/one.js diff --git a/test/fixtures/dateformat/Gruntfile.js b/test/fixtures/dateformat/Gruntfile.js deleted file mode 100644 index 8a97a9d..0000000 --- a/test/fixtures/dateformat/Gruntfile.js +++ /dev/null @@ -1,24 +0,0 @@ -module.exports = function(grunt) { - 'use strict'; - grunt.initConfig({ - echo: { - one: { message: 'one has changed' } - }, - watch: { - options:{ - dateFormat: function(time) { - grunt.log.writeln('dateFormat has worked! Done in ' + time + 'ms. Waiting...'); - } - }, - one: { - files: ['lib/one.js', 'Gruntfile.js'], - tasks: 'echo:one', - } - } - }); - // Load the echo task - grunt.loadTasks('../tasks'); - // Load this watch task - grunt.loadTasks('../../../tasks'); - grunt.registerTask('default', ['echo']); -}; diff --git a/test/fixtures/dateformat/lib/one.js b/test/fixtures/dateformat/lib/one.js deleted file mode 100644 index fefeeea..0000000 --- a/test/fixtures/dateformat/lib/one.js +++ /dev/null @@ -1 +0,0 @@ -var one = true; \ No newline at end of file