I am using gem cells for shopping cart and use following command
rails generate cell cart display -e haml
it generate cells and give error
create app/cells/cart_cell.rb
invoke haml
create app/cells/cart/display.html.haml
error rspec [not found]
i have installed
sudo gem install rspec
but problem not solved. Can anyb’dy help?
Please put following line into your Gemfile
and run bundle for installing the gem.
Please note, that you have to call