Skip to content

Commit

Permalink
Remove Yardstick
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jun 9, 2017
1 parent fe9d2d6 commit 9d6f04e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ group :test do
gem 'rspec', '>= 3'
gem 'rubocop', '>= 0.37', :platforms => [:ruby_20, :ruby_21, :ruby_22, :ruby_23, :ruby_24]
gem 'simplecov', '>= 0.9'
gem 'yardstick'

platforms :jruby_18, :ruby_18 do
gem 'mime-types', '~> 1.25'
Expand Down
12 changes: 1 addition & 11 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,4 @@ rescue LoadError
end
end

require 'yardstick/rake/measurement'
Yardstick::Rake::Measurement.new do |measurement|
measurement.output = 'measurement/report.txt'
end

require 'yardstick/rake/verify'
Yardstick::Rake::Verify.new do |verify|
verify.threshold = 59.1
end

task :default => [:spec, :rubocop, :verify_measurements]
task :default => [:spec, :rubocop]

0 comments on commit 9d6f04e

Please sign in to comment.