On 5 okt, 15:17, David Chelimsky wrote:
> On Tue, Oct 5, 2010 at 7:28 AM, David Chelimsky wrote:
> > On Tue, Oct 5, 2010 at 6:20 AM, nathanvda wrote:
> >> On Oct 4, 3:24 am, Will Marshall wrote:
> >>> > The error i get is this:
>
> >>> > `require': no such file to load -- spec_helper (LoadErr
On Tue, Oct 5, 2010 at 7:28 AM, David Chelimsky wrote:
> On Tue, Oct 5, 2010 at 6:20 AM, nathanvda wrote:
>> On Oct 4, 3:24 am, Will Marshall wrote:
>>> > The error i get is this:
>>>
>>> > `require': no such file to load -- spec_helper (LoadError)
>>>
>>> The only solution I have found for this
On Tue, Oct 5, 2010 at 6:20 AM, nathanvda wrote:
> On Oct 4, 3:24 am, Will Marshall wrote:
>> > The error i get is this:
>>
>> > `require': no such file to load -- spec_helper (LoadError)
>>
>> The only solution I have found for this is to revert from rspec-rails
>> beta.22 to rspec-rails beta.20
I hoped the new rspec2.0.0.rc would fix it, but it doesn't.
I hope anybody can shed any light on this?
On Oct 4, 3:24 am, Will Marshall wrote:
> > The error i get is this:
>
> > `require': no such file to load -- spec_helper (LoadError)
>
> The only solution I have found for this is to revert fr
> The error i get is this:
>
> `require': no such file to load -- spec_helper (LoadError)
The only solution I have found for this is to revert from rspec-rails
beta.22 to rspec-rails beta.20
--
Posted via http://www.ruby-forum.com/.
___
rspec-users m
I have using rcov together with rspec2 using the following rake task:
desc "Run all specs with rcov"
RSpec::Core::RakeTask.new("test_cov") do |t|
t.rcov = true
t.rcov_opts = %w{--rails --include views --exclude gems\/,spec
\/,features\/,seeds\/}
end
but since the latest beta, this