Sha256: 134f9a501a793d2c5a51c27ce4bb7218ab5f7e4adfd823749ac45b6c9083188b

Contents?: true

Size: 202 Bytes

Versions: 22

Compression:

Stored size: 202 Bytes

Contents

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

desc 'Run test suite'
Rake::TestTask.new do |t|
  # t.test_files = FileList['test/**/test_*.rb']
  t.pattern ='test/**/test_*.rb'
end

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
payline-data-0.15 Rakefile
finix-0.15 Rakefile
payline-data-0.14 Rakefile
finix-0.14 Rakefile
payline-data-0.13 Rakefile
finix-0.13 Rakefile
payline-data-0.12 Rakefile
finix-0.12 Rakefile
finix-0.11 Rakefile
finix-0.10 Rakefile
finix-0.9 Rakefile
payline-data-0.8 Rakefile
finix-0.8 Rakefile
payline-data-0.7 Rakefile
finix-0.7 Rakefile
payline-data-0.6 Rakefile
finix-0.6 Rakefile
payline-data-0.5 Rakefile
finix-0.5 Rakefile
payline-data-0.4 Rakefile