Hello, In Rspec 1.x I I could create custom ExampleGroups that would have behaviour similar to controller specs. How can I accomplish something similar to this in Rspec 2? I would like to create an example group to test my Cells instances ( http://github.com/apotonick/cells ). Thanks!
Maybe Matching Threads
- undefined method `route_for' for #<RSpec::Core::ExampleGroup::Nested_1::Nested_1:
- undefined method `flunk' for #<Spec::Example::ExampleGroup::Subclass_1:0x0000000516bd40>
- RSpec-1.1.3
- ExampleGroup and SharedExampleGroup relationship(?)
- Rspec not running properly