tasks/rspec.rb in heel-1.0.0 vs tasks/rspec.rb in heel-1.0.2

- old
+ new

@@ -23,9 +23,10 @@ r.spec_files = spec_config.files r.spec_opts = spec_config.options if rcov_config = Configuration.for_if_exist?('rcov') then r.rcov = true + r.spec_opts = %w(--format specdoc --color) r.rcov_dir = rcov_config.output_dir r.rcov_opts = rcov_config.rcov_opts end end end