stevehodgkiss / generator_spec

Test Rails generators with RSpec
MIT License
111 stars 22 forks source link

RSpec should be a runtime dependency #13

Closed bcardarella closed 11 years ago

bcardarella commented 11 years ago

Because of https://github.com/stevehodgkiss/generator_spec/blob/master/lib/generator_spec/test_case.rb#L2 rspec needs to be a runtime dep and not a development dep

bcardarella commented 11 years ago

Actually, I'm going to close this in favor of a better fix that I'll submit in a moment.