Sha256: dd706b648de82a1ebe03de51f43d8c26d1edacb004486ed9d04a2905d0c17524

Contents?: true

Size: 850 Bytes

Versions: 30

Compression:

Stored size: 850 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
  rake

The specs currently require Ruby 1.8.7. Ruby 1.9.2 support will be coming soon.


== Model Adapters

CanCan offers separate specs for different model adapters (such as Mongoid and Data Mapper). By default it will use Active Record but you can change this by setting the +MODEL_ADAPTER+ environment variable before running. You can run the +bundle+ command with this as well to ensure you have the installed gems.

  MODEL_ADAPTER=data_mapper bundle
  MODEL_ADAPTER=data_mapper rake

The different model adapters you can specify are:

* active_record (default)
* data_mapper
* mongoid

You can also run the +spec_all+ rake task to run specs for each adapter.

  rake spec_all

Version data entries

30 entries across 30 versions & 11 rubygems

Version Path
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/cancan-1.6.10/spec/README.rdoc
marnen-cancan-2.0.0.alpha.pre.f1cebde51a87be149b4970a3287826bb63c0ac0b spec/README.rdoc
culturecode-cancan-2.0.0.alpha spec/README.rdoc
cancancan-1.7.0 spec/README.rdoc
cancan-1.6.10 spec/README.rdoc
cancan-1.6.9 spec/README.rdoc
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/cancan-1.6.8/spec/README.rdoc
cancan-2-2.0.0.alpha spec/README.rdoc
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/cancan-1.6.7/spec/README.rdoc
cancan-1.6.8 spec/README.rdoc
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/gems/cancan-1.6.7/spec/README.rdoc
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/gems/cancan-1.6.7/spec/README.rdoc
cancan-1.6.8.rc1 spec/README.rdoc
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/gems/cancan-1.6.7/spec/README.rdoc
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/gems/cancan-1.6.7/spec/README.rdoc
cancan-1.6.7 spec/README.rdoc
codeprimate-cancan-1.6.5 spec/README.rdoc
corntrace-cancan-1.6.5 spec/README.rdoc
cancant-0.0.1.beta2 spec/README.rdoc
cancant-0.0.1.beta1 spec/README.rdoc