Sha256: 6ce68a4dae57f1144daf138cb11ea057e8d8eba9d1219c3ec3fa2b07224a5443

Contents?: true

Size: 227 Bytes

Versions: 51

Compression:

Stored size: 227 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
require "rake/testtask"

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

task(default: :test)

Version data entries

51 entries across 51 versions & 5 rubygems

Version Path
job-iteration-1.8.0 Rakefile
job-iteration-1.7.0 Rakefile
job-iteration-1.6.0 Rakefile
smart_todo-1.9.0 Rakefile
smart_todo-1.8.0 Rakefile
job-iteration-1.5.1 Rakefile
job-iteration-1.5.0 Rakefile
smart_todo-1.7.0 Rakefile
github-authentication-1.1.0 Rakefile
job-iteration-1.4.1 Rakefile
job-iteration-1.4.0 Rakefile
smart_todo-1.6.0 Rakefile
smart_todo-1.5.0 Rakefile
smart_todo-1.4.3 Rakefile
constant_resolver-0.2.0 Rakefile
job-iteration-1.3.6 Rakefile
job-iteration-1.3.5 Rakefile
job-iteration-1.3.4 Rakefile
smart_todo-1.3.1 Rakefile
smart_todo-1.3.0 Rakefile