Sha256: 9a4e1c7d7cc537661c79352abe043badb3d104605a730cd1b281035630754ec3

Contents?: true

Size: 289 Bytes

Versions: 16

Compression:

Stored size: 289 Bytes

Contents

require 'bump/tasks'
require 'rake/testtask'
require './tasks/api_test.rb'

task :default => [:test]

Rake::TestTask.new do |t|
  t.pattern = './test/**/*_test.rb'
end

task :test_api, [:api_key] do |t, args|
  api_key = args[:api_key]
  api_test = APITest.new(api_key)
  api_test.run
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
checkr-official-1.8.0 Rakefile
checkr-official-1.7.1 Rakefile
checkr-official-1.7 Rakefile
checkr-official-1.6 Rakefile
checkr-official-1.5.4 Rakefile
checkr-official-1.5.3 Rakefile
checkr-official-1.5.2 Rakefile
checkr-official-1.5.1 Rakefile
checkr-official-1.5.0 Rakefile
checkr-official-1.4.0 Rakefile
checkr-official-1.3.1 Rakefile
checkr-official-1.2.1 Rakefile
checkr-official-1.2.0 Rakefile
checkr-official-1.1.2 Rakefile
checkr-official-1.1.1 Rakefile
checkr-official-1.1.0 Rakefile