Skip to content

Commit

Permalink
Fixing docs. (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Aug 16, 2016
1 parent 187f436 commit fb9b57a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pages:
- Dependency management: 'readme/dependency-management.md'
- Patches: 'template/patches/README.md'
- Drush: 'template/drush/README.md'
- Git hooks: 'template/scripts/git-hooks/README.md'
- Git hooks: 'scripts/git-hooks/README.md'
- Best practices:
- Overview: 'readme/best-practices.md'
- Views: 'readme/views.md'
Expand Down
4 changes: 0 additions & 4 deletions template/tests/phpunit/Bolt/GitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ public function testGitConfig() {
$this->assertFileExists($this->projectDirectory . '/.git');
$this->assertFileExists($this->projectDirectory . '/.git/hooks/commit-msg');
$this->assertFileExists($this->projectDirectory . '/.git/hooks/pre-commit');
$this->assertNotContains(
'${project.prefix}',
file_get_contents($this->projectDirectory . '/.git/hooks/commit-msg')
);
}

/**
Expand Down

0 comments on commit fb9b57a

Please sign in to comment.