Sha256: ca1ea8a165ad2f4b104805e4564054b4c367cfc868183dfc90658c833f66716a

Contents?: true

Size: 1.23 KB

Versions: 7

Compression:

Stored size: 1.23 KB

Contents

# <a name="title"></a> Busser::RunnerPlugin::Rspec

A Busser runner plugin for Rspec

## <a name="installation"></a> Installation and Setup

Please read the Busser [plugin usage][plugin_usage] page for more details.

## <a name="usage"></a> Usage

Please put test files into [COOKBOOK]/test/integration/[SUITES]/rspec/

```cookbook
`-- test
    `-- integration
        `-- default
            `-- rspec
                `-- spec_helper.rb
```

## <a name="development"></a> Development

* Source hosted at [GitHub][repo]
* Report issues/questions/feature requests on [GitHub Issues][issues]

Pull requests are very welcome! Make sure your patches are well tested.
Ideally create a topic branch for every separate change you make. For
example:

1. Fork the repo
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## <a name="authors"></a> Authors

Created and maintained by [Adam Jacob][author] (<adam@opscode.com>)
Based on busser-serverspec, created and maintained by [HIGUCHI Daisuke][author] (<d-higuchi@creationline.com>)

## <a name="license"></a> License

Apache 2.0 (see [LICENSE][license])

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
busser-rspec-0.7.0 README.md
busser-rspec-0.6.0 README.md
busser-rspec-0.5.0 README.md
busser-rspec-0.4.0 README.md
busser-rspec-0.3.0 README.md
busser-rspec-0.2.0 README.md
busser-rspec-0.1.0 README.md