Skip to content

Commit

Permalink
Merge pull request #4 from spoqa/test-pr-3
Browse files Browse the repository at this point in the history
Missing test for #3
  • Loading branch information
cpburnz committed Sep 18, 2014
2 parents e0a65be + 275bf22 commit 7c85f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathspec/tests/test_gitignore.py
Expand Up @@ -61,7 +61,7 @@ def test_03_child_double_asterisk(self):
"""
spec = GitIgnorePattern('spam/**')
self.assertTrue(spec.include)
self.assertEquals(spec.regex.pattern, '^(?:.+/)?spam/.+$')
self.assertEquals(spec.regex.pattern, '^(?:.+/)?spam/.*$')

def test_03_inner_double_asterisk(self):
"""
Expand Down

0 comments on commit 7c85f9e

Please sign in to comment.