Re: [rspec-users] using rcov with rspec2

2010-10-06 Thread nathanvda
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

Re: [rspec-users] using rcov with rspec2

2010-10-05 Thread David Chelimsky
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

Re: [rspec-users] using rcov with rspec2

2010-10-05 Thread David Chelimsky
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

Re: [rspec-users] using rcov with rspec2

2010-10-05 Thread nathanvda
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

Re: [rspec-users] using rcov with rspec2

2010-10-03 Thread Will Marshall
> 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

[rspec-users] using rcov with rspec2

2010-09-20 Thread nathanvda
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