Sha256: 5cc1c6341c8d80f385ff3d862e30cee00988cbb5a40488453f6016db3bb6cb78

Contents?: true

Size: 361 Bytes

Versions: 18

Compression:

Stored size: 361 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rake/testtask'
require 'yard'

Rake::TestTask.new(:test) do |t|
  t.libs << 'test'
  t.libs << 'lib'
  t.test_files = FileList['test/**/*_test.rb']
end

YARD::Rake::YardocTask.new do |t|
  t.files = ['lib/**/*.rb']
end

task :console do
  system 'irb -Ilib -rttytest'
end

task default: :test

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ttytest2-0.9.13 Rakefile
ttytest2-0.9.12 Rakefile
ttytest2-0.9.11 Rakefile
ttytest2-0.9.10 Rakefile
ttytest2-0.9.9 Rakefile
ttytest2-0.9.7 Rakefile
ttytest2-0.9.6 Rakefile
ttytest2-0.9.5 Rakefile
ttytest2-0.9.4 Rakefile
ttytest2-0.9.3 Rakefile
ttytest2-0.9.2 Rakefile
ttytest2-0.9.1 Rakefile
ttytest2-0.9.0 Rakefile
ttytest2-0.8.6 Rakefile
ttytest2-0.8.5 Rakefile
ttytest2-0.8.4 Rakefile
ttytest2-0.8.3 Rakefile
ttytest2-0.8.2 Rakefile