rspec needs to be installed in base app
Posted
by Ryan Lanciaux
on Stack Overflow
See other posts from Stack Overflow
or by Ryan Lanciaux
Published on 2010-05-03T00:34:37Z
Indexed on
2010/05/03
0:37 UTC
Read the original article
Hit count: 714
I am having trouble building a gem. When I run rake it gives the the following error message:
You need to install rspec in your base app
I'm not completely certain what I should be doing to fix this. I have double checked that rspec is, in fact installed. Any help would be appreciated.
© Stack Overflow or respective owner