Sha256: ad540a0b9fe7d8535aea273145cbdd33b21c3ee895705ae8ed456179d4ab7787

Contents?: true

Size: 189 Bytes

Versions: 11

Compression:

Stored size: 189 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require "rspec/core/rake_task"

RSpec::Core::RakeTask.new do |t|
  t.rspec_opts = %w(-c)
end

task :default => :spec
task :test => :spec

Version data entries

11 entries across 10 versions & 3 rubygems

Version Path
akami-1.3.1 Rakefile
akami-1.3.0 Rakefile
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/akami-1.2.2/Rakefile
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/wasabi-1.0.0/Rakefile
akami-1.2.2 Rakefile
akami-1.2.1 Rakefile
akami-1.2.0 Rakefile
akami-1.1.0 Rakefile
wasabi-2.0.0 Rakefile
akami-1.0.0 Rakefile
wasabi-1.0.0 Rakefile