Sha256: 7ee173f3d5a6852e1f30379233f4f33e8222680cbf04c36521a8dbddda9eb90f

Contents?: true

Size: 153 Bytes

Versions: 10

Compression:

Stored size: 153 Bytes

Contents

require "bundler/gem_tasks"

require 'rake/testtask'

Rake::TestTask.new do |t|
  t.test_files = Dir.glob('test/**/*_test.rb')
end

task(default: :test)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
locabulary-0.2.0 Rakefile
locabulary-0.1.8 Rakefile
locabulary-0.1.7 Rakefile
locabulary-0.1.6 Rakefile
locabulary-0.1.5 Rakefile
locabulary-0.1.4 Rakefile
locabulary-0.1.3 Rakefile
locabulary-0.1.2 Rakefile
locabulary-0.1.1 Rakefile
locabulary-0.1.0 Rakefile