Create a rails 3 plugin with RSpec

The question explains itself ...

I want to test the new rails plugin with rspec, are there any specific generators, gems?

I used rails g plugin blablaand I got an error in the rspec: generator error rspec [not found].

+3
source share
1 answer

FYI - there is a problem with open github: https://github.com/rspec/rspec-rails/issues/#issue/258 .

+1
source

All Articles