Sha256: 40c65c528fe1d00a123fca433ea18cf9bfe972de6347bc6055ed4a9d0f81864b

Contents?: true

Size: 340 Bytes

Versions: 8

Compression:

Stored size: 340 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

Bundler::GemHelper.install_tasks
require 'rake/testtask'

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

task default: :test

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
can_can_dry-0.3.1 Rakefile
can_can_dry-0.3.0 Rakefile
can_can_dry-0.2.0 Rakefile
can_can_dry-0.1.0 Rakefile
can_can_dry-0.0.8 Rakefile
can_can_dry-0.0.7 Rakefile
can_can_dry-0.0.6 Rakefile
can_can_dry-0.0.5 Rakefile