Rakefile in p8-metric_fu-0.8.4.11 vs Rakefile in p8-metric_fu-0.8.4.12
- old
+ new
@@ -7,8 +7,9 @@
Spec::Rake::SpecTask.new(:spec) do |t|
t.spec_files = FileList['spec/**/*_spec.rb']
end
MetricFu::Configuration.run do |config|
- config.metrics = [:flog]
+ config.metrics = [:coverage, :flog, :flay]
+ config.open_in_browser = false
end
task :default => [:"metrics:all"]
\ No newline at end of file