Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Commit

Permalink
Move hint to a hopefully better place
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Günnewig committed Apr 28, 2016
1 parent 4e3edee commit cf80cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ stil | [![Build Status](https://travis-ci.org/cucumber/aruba.svg?branch=still)](

`aruba` is an extension for popular TDD and BDD frameworks like "Cucumber", "RSpec" and "Minitest" to make testing of commandline applications meaningful, easy and fun.

**This is the [latest](https://github.com/cucumber/aruba/blob/master/README.md) version of our README.md. If you want to see the one of the last released version of "aruba", please have a look at this [one](https://github.com/cucumber/aruba/blob/still/README.md).**

Your benefits:

* Test any command line application implemented in any [programming
Expand All @@ -31,8 +33,6 @@ Our Vision:
Our Focus:
* Test the user-interaction with the commands at runtime &ndash; this excludes the process of installation/deployment of commands like installing Rubygems with `gem install <your-gem>`.

**This is the [latest](https://github.com/cucumber/aruba/blob/master/README.md) version of our README.md. If you want to see the one of the last released version of "aruba", please have a look at this [one](https://github.com/cucumber/aruba/blob/still/README.md).**

## Install

Add this line to your application's `Gemfile`:
Expand Down

0 comments on commit cf80cda

Please sign in to comment.