Rake gems fails in test environment
Reported by Marnen Laibow-Koser | May 20th, 2009 @ 05:36 PM
RAILS_ENV=test rake gems
** Execute gems:base
** Invoke environment (first_time)
** Execute environment
config.gem: Unpacked gem haml-2.1.0 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.
** Execute gems
- [F] haml = 2.1.0
- [I] GeoRuby
- [I] grosser-fast_gettext
- [I] rspec >= 1.2.2
rake aborted!
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.dependencies
/Users/marnen/Documents/Aptana/quorum2/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:77:in `dependencies'
[rest of backtrace truncated]
Comments and changes to this ticket
-
Marnen Laibow-Koser May 20th, 2009 @ 05:37 PM
- Tag set to bug, gems, rake
- State changed from new to open
Applying patch at https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets... . This should not be necessary in Rails 2.3.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
<p>This is the issue tracker for the Quorum calendar system. Also see our <a href="http://github.com/marnen/quorum2">Github repository</a> and our <a href="http://quorum2.sourceforge.net">project website</a>.</p>
<p>Please tag bug reports with <strong>bug</strong> and feature requests with <strong>feature</strong>. Use additional descriptive tags as necessary.</p>
People watching this ticket
Referenced by
- 28 Rake gems fails in test environment (from [22af2c581512ad02c0665a67fbd006b589a6df80]) Patchin...