Sha256: 7c485d96bfed16698e06524b6ef81d3abf0130d4a27e630d1c25bf08eb6034a4

Contents?: true

Size: 1.92 KB

Versions: 20

Compression:

Stored size: 1.92 KB

Contents

Rspectacular
==============================================================================

**It's like RSpec, but more spectacularer**

<img src="http://cdn.memegenerator.net/instances/300x/34275719.jpg" align="right" />

When installing many of the most popular gems, they typically require some form
of configuration to be added to your `spec_helper.rb` file in order to make them
work properly in test mode.

Additionally, there are RSpec settings which are pretty standard for most users
of the framework. Personally we found ourselves copying and pasting files from
project to project. This was a huge nightmare.

What we decided to do was to package it all up as a gem so that we can simply
include it in the project and update it as necessary. Version 1.x won't allow
for too many different customizations, but the plan for 2.x is _selective_
overriding of Rspectacular configuration decisions.

The philosophy behind this gem is to:

* Retain uber-fast test startup times
* Keep per-project configurations to a minimum

Obviously there may still need to be project-specific configurations that will
need to take place.  However, what you should see when you look at your spec's
configuration should be things that are exceptional to your project; nothing
more.

[Welcome to Rspectacular](#wiki).

Usage
------------------------------------------------------------------------------

Take a look at the project's [Wiki](#wiki) for full details and usage.

Issues
------

If you have problems, please create a [Github issue](issues).

Credits
-------

![thekompanee](http://www.thekompanee.com/public_files/kompanee-github-readme-logo.png)

rspectacular is maintained by [The Kompanee, Ltd.](http://www.thekompanee.com)

The names and logos for The Kompanee are trademarks of The Kompanee, Ltd.

License
-------

rspectacular is Copyright &copy; 2013 The Kompanee. It is free software, and may be redistributed under the terms specified in the LICENSE file.

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
rspectacular-0.70.8 README.md
rspectacular-0.70.1 README.md
rspectacular-0.70.0 README.md
rspectacular-0.69.0 README.md
rspectacular-0.68.0 README.md
rspectacular-0.67.0 README.md
rspectacular-0.66.0 README.md
rspectacular-0.65.0 README.md
rspectacular-0.64.0 README.md
rspectacular-0.63.0 README.md
rspectacular-0.62.1 README.md
rspectacular-0.62.0 README.md
rspectacular-0.61.0 README.md
rspectacular-0.60.0 README.md
rspectacular-0.59.0 README.md
rspectacular-0.58.0 README.md
rspectacular-0.57.0 README.md
rspectacular-0.56.0 README.md
rspectacular-0.55.0 README.md
rspectacular-0.54.0 README.md