Sha256: b041f303034094496f511c1468d70b65054026c0bee7f29f9db2a7e896fa372c

Contents?: true

Size: 210 Bytes

Versions: 315

Compression:

Stored size: 210 Bytes

Contents

require "bundler/setup"

require "bundler/gem_tasks"

require "rake/testtask"

Rake::TestTask.new(:test) do |t|
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end

task default: :test

Version data entries

315 entries across 315 versions & 41 rubygems

Version Path
fixture_farm-0.2.0 Rakefile
classy-yaml-1.3.1 Rakefile
clapton-0.0.26 Rakefile
clapton-0.0.25 Rakefile
clapton-0.0.24 Rakefile
clapton-0.0.23 Rakefile
clapton-0.0.22 Rakefile
clapton-0.0.21 Rakefile
clapton-0.0.20 Rakefile
clapton-0.0.19 Rakefile
clapton-0.0.18 Rakefile
clapton-0.0.17 Rakefile
clapton-0.0.16 Rakefile
clapton-0.0.15 Rakefile
clapton-0.0.14 Rakefile
clapton-0.0.13 Rakefile
clapton-0.0.12 Rakefile
clapton-0.0.11 Rakefile
clapton-0.0.10 Rakefile
clapton-0.0.9 Rakefile