[rspec-users] How to spec the existence of specs
Nick Hoffman
nick at deadorange.com
Fri Aug 29 00:24:17 EDT 2008
I'm writing a Rails plugin that generates specs for Rails models.
Obviously, I want to use RSpec to spec this plugin.
The plugin, called ModelSpeccer, contains a module with three methods.
Each method generates specs depending on its arguments. How can my
plugin's specs check that each method in ModelSpeccer created the
correct specs?
Thanks,
Nick
More information about the rspec-users
mailing list