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

Test infrastructure for dkdeploy family

License

Notifications You must be signed in to change notification settings

dkdeploy/dkdeploy-test_environment

Repository files navigation

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')