Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.04 KB

dkdeploy::core

Dkdeploy::TestEnvironment

Gem Version Inline docs

Description

This Rubygem dkdeploy-test_environment contains shared testing functionality between other dkdeploy-* gems.

Contributing

  1. Install git flow
  2. Install Homebrew and run brew install mysql-connector-c
  3. If project is not checked out already do git clone git clone https://github.com/dkdeploy/dkdeploy-test_environment.git
  4. Checkout origin develop branch (git checkout --track -b develop origin/develop)
  5. Git flow initialze git flow init -d
  6. Installing gems bundle install
  7. Create new feature branch (git flow feature start my-new-feature)
  8. Run tests (README.md Testing)
  9. Commit your changes (git commit -am 'Add some feature')