I'm creating a plugin, and am looking to use RSpec so I can build it using BDD. Is there a recommended method of doing this?
|
|
|
|
|
|
|
OK, I think I have a solution:
You can also modify the default task to run spec instead of test, too. |
|||
|
|
|
|
For an example of an existing plugin that uses rspec, check out the restful_authentication plugin. Maybe it will help. |
||
|
