Repository is archived
No commit activity in last 3 years
No release in over 3 years
test infrastructure for dkdeploy
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.14
~> 2.4
~> 0.3
~> 0.10.3
~> 3.5
~> 0.48.1
~> 1.13

Runtime

>= 0
 Project Readme

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