Closed firedev closed 9 years ago
you need to have rspec-cells from master.
Using cells 4.0.0.beta2 from git://github.com/apotonick/cells.git (at master)
$ rails g cell test
create app/cells/test_cell.rb
create app/cells/test/show.erb
error rspec [not found]
Indeed! That helped, thanks.
group :development, :test do
gem 'rspec-cells', github: 'apotonick/rspec-cells'
end
Here is what I see when I try
rails g cell staff
Oh and it seems to generate
.erb
despite havingcells-slim
installed.