-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathTODO
More file actions
11 lines (11 loc) · 659 Bytes
/
TODO
File metadata and controls
11 lines (11 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
0.5.0
* Split the test suite so Rails is only required for Rails integration. http://blog.railsware.com/2012/01/07/testing-gem-integration-with-multiple-ruby-frameworks/
* Test the railtie (currently implicity tested in dummy app).
* Expand the generated tests to produce all the standard abilities: index,show,read,new,create,edit,update,destroy.
* Test the generators.
* Add test unit generator.
* Add install generator to allow overriding of the default tests.
* Make the Ability user referece configureable in Ability.
* Add DataMapper support.
* Detect and use FactoryGirl syntax in generated spec.
* Stop extending ActiveRecord, use composition instead.