Sha256: 9efa9c96f1445c0e7eecd2ba40b6c5371d097a8c72f2f77e32197d7700dca040

Contents?: true

Size: 554 Bytes

Versions: 4

Compression:

Stored size: 554 Bytes

Contents

= CanCan Specs

== Running the specs

To run the specs first run the +bundle+ command to install the necessary gems and the +rake+ command to run the specs.

  bundle

Then run the appraisal command to install all the necessary test sets:

  appraisal install

You can then run all test sets:

  appraisal rake

Or individual ones:

  appraisal activerecord_3.2 rake

A list of the tests is in the +Appraisal+ file.

The specs support Ruby 1.8.7+

== Model Adapters

The model adapter ENV setting has been removed and replaced with the +Appraisal+ file.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cancancan-1.17.0 spec/README.rdoc
cancancan-1.16.0 spec/README.rdoc
cancancan-1.15.0 spec/README.rdoc
cancancan-1.14.0 spec/README.rdoc