Sha256: 3f4332c26a1d9ae6db4dc2f6bef86aadc08cbff6e9b1ee9d3c57a5e2d31b379e

Contents?: true

Size: 145 Bytes

Versions: 13

Compression:

Stored size: 145 Bytes

Contents

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

task :default => [:test]

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
payjp-0.0.16 Rakefile
payjp-0.0.14 Rakefile
payjp-0.0.13 Rakefile
payjp-0.0.12 Rakefile
payjp-0.0.10 Rakefile
payjp-0.0.9 Rakefile
payjp-0.0.8 Rakefile
payjp-0.0.7 Rakefile
payjp-0.0.6 Rakefile
payjp-0.0.5 Rakefile
payjp-0.0.4 Rakefile
payjp-0.0.3 Rakefile
payjp-0.0.2 Rakefile