Sha256: 17a4bec5a30e5542880b8a8ccc0ba2d51e4d3525992072f46a3e9ba1bfdc1f87

Contents?: true

Size: 245 Bytes

Versions: 9

Compression:

Stored size: 245 Bytes

Contents

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

Rake::TestTask.new do |t|
  t.libs = t.libs + ['lib/fontcustom', 'spec', 'spec/fixtures']
  t.test_files = FileList['spec/fontcustom/*_spec.rb']
  t.verbose = true
end

task :default => :test

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
fontcustom-0.1.4 Rakefile
fontcustom-0.1.3 Rakefile
fontcustom-0.1.2 Rakefile
fontcustom-0.1.1 Rakefile
fontcustomtoadstool-0.1.3.2 Rakefile
fontcustomtoadstool-0.1.3.1 Rakefile
fontcustomtoadstool-0.1.3 Rakefile
fontcustomtoadstool-0.1.2 Rakefile
fontcustom-0.1.0 Rakefile