Sha256: 725c16ffeecc4588af1517a4490153eff2b0b87ec75eaa39f63e91313fd55872

Contents?: true

Size: 277 Bytes

Versions: 22

Compression:

Stored size: 277 Bytes

Contents

#!/usr/bin/env rake
require 'bundler/gem_tasks'
require 'rake/testtask'

desc 'Execute simctl tests'
Rake::TestTask.new(:test) do |t|
  t.libs << 'lib' << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = true
end

desc 'Default: Execute simctl tests'
task default: :test

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
simctl-1.5.7 Rakefile
simctl-1.5.6 Rakefile
simctl-1.5.5 Rakefile
simctl-1.5.4 Rakefile
simctl-1.5.3 Rakefile
simctl-1.5.2 Rakefile
simctl-1.5.1 Rakefile
simctl-1.5.0 Rakefile
simctl-1.4.1 Rakefile
simctl-1.4.0 Rakefile
simctl-1.3.1 Rakefile
simctl-1.3.0 Rakefile
simctl-1.2.3 Rakefile
simctl-1.2.2 Rakefile
simctl-1.2.1 Rakefile
simctl-1.2.0 Rakefile
simctl-1.1.0 Rakefile
simctl-1.0.2 Rakefile
simctl-1.0.1 Rakefile
simctl-1.0.0 Rakefile