Skip to content

Commit

Permalink
Let's be consistent in our directory naming, shall we?
Browse files Browse the repository at this point in the history
  • Loading branch information
J. T. L committed Aug 19, 2013
1 parent 2fe1363 commit 511b9f1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe("translation", function() {
});

describe("language", function() {
fs.readdirSync(path.join(__dirname, "test-cases")).forEach(function(lang) {
fs.readdirSync(path.join(__dirname, "test_cases")).forEach(function(lang) {
if(lang.charAt(0) === ".")
return;

Expand All @@ -122,7 +122,7 @@ describe("translation", function() {

describe(name, function() {
var cases = JSON.parse(
fs.readFileSync(path.join(__dirname, "test-cases", lang), "utf8")
fs.readFileSync(path.join(__dirname, "test_cases", lang), "utf8")
);

Object.keys(cases).forEach(function(summary) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 511b9f1

Please sign in to comment.