Sha256: 99c6a59c076be1a75c71c3f2666cbfe171b6342048148a18f6a53855e86d4e50

Contents?: true

Size: 179 Bytes

Versions: 35

Compression:

Stored size: 179 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |t|
  t.ruby_opts = %w[-w]
  t.rspec_opts = %w[--profile]
end

task default: :spec

Version data entries

35 entries across 35 versions & 2 rubygems

Version Path
benchmark_driver-0.15.4 Rakefile
benchmark_driver-0.15.3 Rakefile
benchmark_driver-0.15.2 Rakefile
benchmark_driver-0.15.1 Rakefile
benchmark_driver-0.15.0 Rakefile
benchmark_driver-0.14.22 Rakefile
benchmark_driver-0.14.21 Rakefile
benchmark_driver-0.14.20 Rakefile
benchmark_driver-0.14.19 Rakefile
benchmark_driver-0.14.18 Rakefile
benchmark_driver-0.14.17 Rakefile
benchmark_driver-0.14.16 Rakefile
benchmark_driver-0.14.15 Rakefile
benchmark_driver-0.14.14 Rakefile
benchmark_driver_monotonic_raw-0.14.13 Rakefile
benchmark_driver-0.14.13 Rakefile
benchmark_driver-0.14.12 Rakefile
benchmark_driver-0.14.11 Rakefile
benchmark_driver-0.14.10 Rakefile
benchmark_driver-0.14.9 Rakefile