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 #63

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

seuros commented 9 years ago

could you squash the commits ?

EppO commented 9 years ago

Doh, I think I messed up the squash. I ended up with a merge and now no way to rebase again, git complains it cannot apply 703afaf which is the first commit of this PR :-/

seuros commented 9 years ago

git rebase 703afaf^1 -i

EppO commented 9 years ago

ok I quit trying to fix this one. let me redo a clean PR. Sorry for the hassle