Sha256: e65ee1ecde1ddf0bc815151b91b5399bda3c87f0073cf54586adef66f899a61b
Contents?: true
Size: 268 Bytes
Versions: 5
Compression:
Stored size: 268 Bytes
Contents
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
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
checkr-official-1.0.2 | Rakefile |
checkr-official-1.0.1 | Rakefile |
checkr-official-1.0.0 | Rakefile |
paid-1.0.1 | Rakefile |
paid-1.0.0 | Rakefile |