Sha256: 94608baf4725e4a99d69338b0b6f40bfd001b98ade1f0d7e8274a985369e165e
Contents?: true
Size: 209 Bytes
Versions: 3
Compression:
Stored size: 209 Bytes
Contents
require "bundler/gem_tasks" require "rspec/core/rake_task" # RSpec task RSpec::Core::RakeTask.new(:spec) task :test => :spec # Benchmarking task task :benchmark do ruby 'benchmarks/run-benchmarks.rb' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
opulent-1.7.3 | Rakefile |
opulent-1.7.2 | Rakefile |
opulent-1.7.1 | Rakefile |