Rakefile in p8-metric_fu-0.8.4.13 vs Rakefile in p8-metric_fu-0.8.4.14

- old
+ new

@@ -6,10 +6,6 @@ desc "Run all specs in spec directory" Spec::Rake::SpecTask.new(:spec) do |t| t.spec_files = FileList['spec/**/*_spec.rb'] end -MetricFu::Configuration.run do |config| - config.metrics = [:coverage, :flog, :flay] - config.open_in_browser = false -end task :default => [:"metrics:all"] \ No newline at end of file