Sha256: 5bf875b1aa466abceab661280ccf8fdea7fe6bb222a4e251ef6de95adc507dc0

Contents?: true

Size: 179 Bytes

Versions: 13

Compression:

Stored size: 179 Bytes

Contents

require 'bundler/gem_tasks'

begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new(:spec)
rescue LoadError
  puts "rspec no available"
end

task :default => ['spec']

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
wbench-1.1.1 Rakefile
wbench-1.1.0 Rakefile
wbench-1.0.0 Rakefile
pagespeed-0.1.0 Rakefile
wbench-0.4.0 Rakefile
wbench-0.3.7 Rakefile
wbench-0.3.6 Rakefile
wbench-0.3.5 Rakefile
wbench-0.3.4 Rakefile
wbench-0.3.3 Rakefile
wbench-0.3.2 Rakefile
wbench-0.3.1 Rakefile
wbench-0.3.0 Rakefile