Sha256: 63050f1dfe5fd60bccb5089590cad124fd1e4f61bfb9398cfe370f7e26c1b8c3

Contents?: true

Size: 233 Bytes

Versions: 31

Compression:

Stored size: 233 Bytes

Contents

require 'bundler/gem_tasks'

require 'rake'
require 'rake/testtask'

task :default => [:test_units]

desc "Run basic tests"
Rake::TestTask.new("test_units") { |t|
  t.pattern = 'test/*_test.rb'
  t.verbose = true
  t.warning = true
}

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
activeresource-response-1.4.0 Rakefile
activeresource-response-1.3.0 Rakefile
activeresource-response-1.2.0 Rakefile
credit_card_validations-1.5.1 Rakefile
credit_card_validations-1.5.0 Rakefile
credit_card_validations-1.4.7 Rakefile
credit_card_validations-1.4.6 Rakefile
credit_card_validations-1.4.5 Rakefile
credit_card_validations-1.4.4 Rakefile
credit_card_validations-1.4.3 Rakefile
activeresource-response-1.1.1 Rakefile
credit_card_validations-1.4.2 Rakefile
activeresource-response-1.1.0 Rakefile
activeresource-response-1.0.2 Rakefile
credit_card_validations-1.4.1 Rakefile
activeresource-response-1.0.1 Rakefile
activeresource-response-1.0.0 Rakefile
credit_card_validations-1.4.0 Rakefile
credit_card_validations-1.3.0 Rakefile
credit_card_validations-1.2.0 Rakefile