Sha256: 1e8fc37f7a5fd9b11525df5e0bc1202b57566d8e5c351a42ab52f9d27d39c329

Contents?: true

Size: 277 Bytes

Versions: 47

Compression:

Stored size: 277 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

require 'rake'
require 'rake/testtask'

Rake::TestTask.new do |t|
  t.libs << "lib" << 'spec/support'
  t.test_files = FileList['spec/**/*_spec.rb']
  t.verbose = false
  t.warning = false # pry-rescue has a lot of warnings
end

Version data entries

47 entries across 47 versions & 6 rubygems

Version Path
contextual_exceptions-0.0.2 Rakefile
time_distribution-1.0.0 Rakefile
acpc_poker_basic_proxy-1.0.0 Rakefile
acpc_poker_types-3.0.2 Rakefile
acpc_poker_types-2.0.0 Rakefile
acpc_poker_types-1.0.0 Rakefile
acpc_dealer_data-1.0.0 Rakefile