Reputation: 3815
The question explains itself...
I wanna test a new rails plugin with rspec, are there any specific generators, gems?
I used rails g plugin blabla
and I got an error on rspec generator: error rspec [not found]
.
Upvotes: 3
Views: 794
Reputation: 9000
FYI - there is an open github issue about this: https://github.com/rspec/rspec-rails/issues/#issue/258.
Upvotes: 1