On Fri, Jul 31, 2009 at 4:57 AM, Balint Erdi wrote:
>
> One possible workaround is to put the rspec and rspec-rails lines into
> the environment file for the test env. (test.rb), but that seems to
> defeat the goal of having all dependencies in one place so that it is
> clear and gem-related rake t
On Mon, Aug 10, 2009 at 4:39 AM, Balint Erdi wrote:
>
>
>
>>
>> > Rails::Initializer.run do |config|
>> > (...)
>> > config.gem "rspec", :version => ">= 1.2.8", :lib => 'spec'
>> > config.gem "rspec-rails", :version => ">= 1.2.7.1", :lib => 'spec/
>>
>> Use lib => false to keep rails from automa
>
> > Rails::Initializer.run do |config|
> > (...)
> > config.gem "rspec", :version => ">= 1.2.8", :lib => 'spec'
> > config.gem "rspec-rails", :version => ">= 1.2.7.1", :lib => 'spec/
>
> Use lib => false to keep rails from automatically loading rspec and/or
> rspec-rails
>
> This should als