When I call rails generate concept foo I get:
create app/concepts/foo/cell.rb
create app/concepts/foo/views/show.haml
create app/concepts/foo/views/bar.haml
error rspec [not found]
I suspect this is a bug in the gem since rails generate cell foo works and creates a rspec test. Also there is no rspec:concept task but a test_unit:concept task is shown.
versions:
- rails 5.0.1
- cells-rails 0.0.6
- rspec-rails 3.5.2