-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: git wrapper compatibility via SCMPUFF_GIT_CMD
also move development specific stuff into CONTRIBUTING.md for now to allow main README to be more user centric and less confusing.
- Loading branch information
Showing
2 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## Development | ||
|
||
While the build process itself does not require it, development uses Ruby for | ||
integration testing because of the excellent Cucumber/Aruba package for testing | ||
CLI tools. | ||
|
||
Thus, to bootstrap, you will need to have Ruby and bundler installed on your | ||
system. Do `bundle install` to get the dev environment going. | ||
|
||
Since we already have Ruby then for tests, we use a Rakefile instead of Makefile | ||
since it offers some niceties. Do `rake -T` to see available tasks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters