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.14.8 Rakefile
benchmark_driver-0.14.7 Rakefile
benchmark_driver-0.14.6 Rakefile
benchmark_driver-0.14.5 Rakefile
benchmark_driver-0.14.4 Rakefile
benchmark_driver-0.14.3 Rakefile
benchmark_driver-0.14.2 Rakefile
benchmark_driver-0.14.0 Rakefile
benchmark_driver-0.13.3 Rakefile
benchmark_driver-0.13.2 Rakefile
benchmark_driver-0.13.1 Rakefile
benchmark_driver-0.13.0 Rakefile
benchmark_driver-0.12.0 Rakefile
benchmark_driver-0.11.1 Rakefile
benchmark_driver-0.11.0 Rakefile