Sha256: 5b448f1587d5180856cc5e766cea4ec4bf2c2999b878288dd99904673d0dfa6d

Contents?: true

Size: 157 Bytes

Versions: 7

Compression:

Stored size: 157 Bytes

Contents

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

Rake::TestTask.new do |t|
  t.libs << 'test'
end

desc "Run Tests"
task :default => :test

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
xcselect-0.1.11 Rakefile
xcselect-0.1.10 Rakefile
xcselect-0.1.9 Rakefile
xcselect-0.1.8 Rakefile
xcselect-0.1.7 Rakefile
xcselect-0.1.6 Rakefile
xcselect-0.1.5 Rakefile