Skip to content

Commit

Permalink
move greatescape folder from eyes of minicators
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Wolf committed Jan 30, 2013
1 parent d40e3a3 commit 978175b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = function (grunt) {
copy:{
target:{
files:{
'target/aggregations/greatescape/escaped.js':['test/resources/greatescape/original.js']
'target/aggregations/greatescape/escaped.js':['test/greatescape/original.js']
}
}
},
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions test/javascript/GreatEscape.spec.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"use strict";
var readFileSync = require('fs').readFileSync;

describe("FileModifier", function () {
var origPath='test/resources/greatescape/original.js';
describe("GreatEscape", function () {
var origPath='test/greatescape/original.js';
var escapedPath='target/aggregations/greatescape/escaped.js';
var original =(readFileSync(origPath, 'utf8'));
var escaped = (readFileSync(escapedPath, 'utf8'));
Expand Down

0 comments on commit 978175b

Please sign in to comment.