Skip to content

hck/git-rspec-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Git-rspec-hook

Hook to run RSpec specs (placed in spec dir) before committing.

Installation

Execute in shell:

curl https://raw.github.com/hck/git-rspec-hook/master/pre-commit > <path-to-your-project>/.git/hooks/pre-commit
chmod +x <path-to-your-project>/.git/hooks/pre-commit

Usage

Commit of stages changes will trigger running of RSpec specs. If some specs will fail, changes won't be committed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages