Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

bug951368 - Force to specify path to translation_directory #32

Merged
merged 1 commit into from
Dec 19, 2013

Conversation

alicoding
Copy link
Collaborator

@@ -71,7 +71,7 @@ describe("Middleware setup", function (){
}).throw();
});

it.skip("should throw an error when no path to translation_directory specified", function(){
it("should throw an error when no path to translation_directory specified", function(){
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason you aren't enabling the test from line 90?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Both patch needs to land first before the next one can be turn on.

On Thursday, December 19, 2013, Kieran Sedgwick wrote:

In test/test.js:

@@ -71,7 +71,7 @@ describe("Middleware setup", function (){
}).throw();
});

  •   it.skip("should throw an error when no path to translation_directory specified", function(){
    
  •   it("should throw an error when no path to translation_directory specified", function(){
    

Is there a reason you aren't enabling the test from line 90?


Reply to this email directly or view it on GitHubhttps://github.com//pull/32/files#r8482237
.

@alicoding alicoding merged commit 82163a9 into mozilla:master Dec 19, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants