Rakefile in rhoconnect-rb-0.3.1 vs Rakefile in rhoconnect-rb-0.3.2

- old
+ new

@@ -12,10 +12,10 @@ end desc "Run all specs with rcov" RSpec::Core::RakeTask.new(:rcov) do |t| t.rcov = true - t.rspec_opts = ["-b", "-c", "-fd"] t.rcov_opts = ['--exclude', 'spec/*,gems/*'] + t.rspec_opts = ["-b", "-c", "-fd"] end task :default => :spec \ No newline at end of file