Sha256: 9fcea8e29da62872335663aecfe744c6be76fd22bddd6398de592d10456fe72c

Contents?: true

Size: 189 Bytes

Versions: 16

Compression:

Stored size: 189 Bytes

Contents

require 'rake/dsl_definition' # temporary I think?
require 'rake/testtask'

Rake::TestTask.new do |t|
  t.libs << "test"
  t.test_files = FileList['test/test*.rb']
  t.verbose = true
end


Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
iron_worker-3.4.2 Rakefile
iron_worker-3.4.1 Rakefile
iron_worker-3.4.0 Rakefile
iron_worker-3.3.0 Rakefile
iron_worker-3.2.3 Rakefile
iron_worker-3.2.2 Rakefile
iron_worker-3.2.1 Rakefile
iron_worker-3.2.0 Rakefile
iron_worker-3.1.0 Rakefile
iron_worker-3.0.2 Rakefile
iron_worker-3.0.1 Rakefile
iron_worker-3.0.0 Rakefile
iron_worker-2.4.3 Rakefile
iron_worker-2.4.2 Rakefile
iron_worker-2.4.1 Rakefile
iron_worker-2.4.0 Rakefile