Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishidayuya/zentest
Ruby Unit Testing Utility
https://github.com/nishidayuya/zentest
Last synced: about 1 month ago
JSON representation
Ruby Unit Testing Utility
- Host: GitHub
- URL: https://github.com/nishidayuya/zentest
- Owner: nishidayuya
- Created: 2009-04-07T16:54:32.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-06-09T16:05:27.000Z (over 15 years ago)
- Last Synced: 2023-04-14T02:06:05.956Z (over 1 year ago)
- Language: Ruby
- Homepage: http://rubyforge.org/projects/zentest/
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-this-repository.txt
- Changelog: History.txt
Awesome Lists containing this project
README
== このリポジトリで対応するブランチ一覧
この作業手順では以下のような方針でブランチを運用する.
* master
後述するupstreamとchanges/*,localを全てマージしたもの.
* upstream
upstreamの最新ソースコードを入れるブランチ.
* changes/*
このリポジトリで機能追加あるいは不具合修正を行うブランチ.
* changes/add-bin_dir-to-PATH
~/.multiruby/install/1.8.6-p368/binを環境変数PATHの先頭に追加
* local
リポジトリ固有のupstreamには有益でないと思われる変更を行うブランチ.