On Aug 6, 2011, at 11:50 AM, Matias wrote:

> Rails 2.3.8
> 
> 
> GEMFILE
> group :development do

rspec needs to be in both the development and test groups. Change ^^ to:

group :development, :test do

>  gem "rspec",        "1.3.0"
>  gem "rspec-rails",  "1.3.2"

I'd also upgrade these to rspec-rails 1.3.4 and rspec 1.3.2, though I don't 
think that's related to this issue.

HTH,
David


>  gem "guard-rspec" #https://github.com/guard/guard-rspec
> end
> I run the specs with guard, spec spec/models/campaign_spec.rb or rake
> spec:all but I don't get any output.



_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to