Sha256: 2cc54fc2c920556f3991e083014c3e62c147cb3dbaaa4e317def8cb4206b1992

Contents?: true

Size: 253 Bytes

Versions: 7

Compression:

Stored size: 253 Bytes

Contents

require 'rake'
require 'rake/testtask'

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

desc 'Open console with Licensee loaded'
task :console do
  exec 'pry -r ./lib/licensee.rb'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
licensee-8.3.1 Rakefile
licensee-8.3.0 Rakefile
licensee-8.2.0 Rakefile
licensee-8.1.0 Rakefile
licensee-8.0.0 Rakefile
licensee-7.0.1 Rakefile
licensee-7.0.0 Rakefile