Draiken
Draiken

Reputation: 3815

Create a rails 3 plugin with RSpec

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

Answers (1)

David Chelimsky
David Chelimsky

Reputation: 9000

FYI - there is an open github issue about this: https://github.com/rspec/rspec-rails/issues/#issue/258.

Upvotes: 1

Related Questions