On Tue, Dec 28, 2010 at 3:01 PM, Tiago Fernandez
wrote:
> Hello,
> I am experiencing an issue with RSpec2, while running RCov. In my Rakefile,
> I have a task defined like this:
> namespace :test do
> desc "Run all specs."
> RSpec::Core::RakeTask.new(:spec) do |t|
> t.patte
Hello,
I am experiencing an issue with RSpec2, while running RCov. In my Rakefile,
I have a task defined like this:
namespace :test do
desc "Run all specs."
RSpec::Core::RakeTask.new(:spec) do |t|
t.pattern = 'spec/**/*_spec.rb'
t.verbose = false
end
R