Skip to content

Commit

Permalink
README.md contributing fix
Browse files Browse the repository at this point in the history
* Fixes openshift#715

Signed-off-by: João Gonçalves <[email protected]>
  • Loading branch information
jsvgoncalves committed Oct 27, 2015
1 parent 5eb2f92 commit bb8bb04
Showing 1 changed file with 3 additions and 4 deletions.
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

0 comments on commit bb8bb04

Please sign in to comment.