README.md in rambo_ruby-0.2.0 vs README.md in rambo_ruby-0.2.1
- old
+ new
@@ -71,9 +71,11 @@
The two possible keys are:
- `raml` - specifies the RAML file to use to generate the tests. The default, relative
to the root of your project directory, is `doc/raml/foobar.raml`, where `foobar.raml` is the first RAML file found in the `doc/raml` directory.
- `rails` - specifies whether your app is a Rails app. The default value is `true`.
+If a `.rambo.yml` file is present and additional options are passed in, the option values that are passed in will override those in the `.rambo.yml` file.
+
## Default Behavior
In order to provide the best user experience to a majority of users, Rambo comes with some sensible defaults that are easily overridden in an optional `.rambo.yml` file, or by using command line flags or a Ruby option hash (see above).
### RAML File
In the present version, Rambo only generates tests from a single RAML file. If you're using the command line tool, the name of this file is passed in as an argument. If you're not using the command line tool and don't specify by another means (Ruby hash, `.rambo.yml` file) which RAML file to use, Rambo will look in `your_project/doc/raml` and use the first RAML file it finds.