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
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to