Dkdeploy::TestEnvironment
Description
This Rubygem dkdeploy-test_environment
contains shared testing functionality between other dkdeploy-* gems.
Contributing
- Install git flow
- Install Homebrew and run
brew install mysql-connector-c
- If project is not checked out already do git clone
git clone https://github.com/dkdeploy/dkdeploy-test_environment.git
- Checkout origin develop branch (
git checkout --track -b develop origin/develop
) - Git flow initialze
git flow init -d
- Installing gems
bundle install
- Create new feature branch (
git flow feature start my-new-feature
) - Run tests (README.md Testing)
- Commit your changes (
git commit -am 'Add some feature'
)