Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

README.md contributing fix #716

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ https://openshift.redhat.com/support.

## Using RHC to create an application

DEPENDENCIES:
DEPENDENCIES:

* git
* openssh-clients
Expand Down Expand Up @@ -73,8 +73,8 @@ We expect code contributions to follow these standards:
integration tests. Specs are in 'spec/' and can be run with <code>bundle
exec rake spec</code>. Features are in 'features/' and can be run with
<code>bundle exec rake features</code> (although these tests runs
against the gem installed locally so you will need to gem install
first). See [README.md](https://github.com/openshift/rhc/blob/master/features/README.md) in the features dir for more info.
against the gem installed locally so you will need to run `./build.sh && gem install rhc`
first).
3. We maintain 100% line coverage of all newly added code via spec
testing. The build will fail if new code is added and it does not
have full line coverage. Some old code is currently excluded until it
Expand All @@ -92,4 +92,3 @@ Once you've made your changes:

If you use vim, we've included a .vimrc in the root of this project.
In order to use it, install https://github.com/MarcWeber/vim-addon-local-vimrc