Sha256: 53ff3c3324bf78bd4630460f0826fdb7d265edbad7221f336240ca46abf15abb

Contents?: true

Size: 231 Bytes

Versions: 38

Compression:

Stored size: 231 Bytes

Contents

#!/usr/bin/env rake

require "bundler/gem_tasks"
require "rake/testtask"

task :default => :test

Rake::TestTask.new do |t|
  t.libs << "lib"
  t.libs << "test"
  t.test_files = FileList["test/**/*_test.rb"]
  t.verbose = true
end

Version data entries

38 entries across 38 versions & 4 rubygems

Version Path
yandex_captcha-0.4.3.8 Rakefile
devise-async-0.10.1 Rakefile
devise-async-0.10.1.alpha Rakefile
yandex_cleanweb-0.0.7 Rakefile
yandex_captcha-0.4.3.7 Rakefile
yandex_captcha-0.4.3.6 Rakefile
yandex_captcha-0.4.3.5 Rakefile
yandex_captcha-0.4.3.4 Rakefile
yandex_captcha-0.4.3.3 Rakefile
yandex_captcha-0.4.3.1 Rakefile
yandex_captcha-0.4.3 Rakefile
yandex_captcha-0.4.1 Rakefile
yandex_captcha-0.4.0 Rakefile
supercharged-2.2.0 Rakefile
supercharged-2.1.0 Rakefile
devise-async-0.9.0 Rakefile
supercharged-2.0.4 Rakefile
devise-async-0.8.0 Rakefile
supercharged-2.0.3 Rakefile
yandex_cleanweb-0.0.6 Rakefile