ExampleGroup in Rspec 2

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 ( GitHub - trailblazer/cells: View components for Ruby and Rails. ).

Thanks!