trailblazer / rspec-cells

Spec your Cells.
http://cells.rubyforge.org
MIT License
62 stars 48 forks source link

fixed spec generator to use Rspec.describe and include rails_helper #64

Closed EppO closed 9 years ago

EppO commented 9 years ago

Currently, spec generator uses a template that can't load the Cell because rails_helper is not called (hence the Rails env is not loaded, including the cells). Also prefixing the describe method with Rspec

It's an PR extension to #62