Sha256: 9ed23b7c2d74c7381ffcdc08f7eec24651e0c181b521474b6c23247c82fe8627

Contents?: true

Size: 273 Bytes

Versions: 20

Compression:

Stored size: 273 Bytes

Contents

#!/usr/bin/env rake
require 'bundler/gem_tasks'
require 'rake/testtask'

desc 'Default: run unit tests'
task :default => :test

desc 'Run tests'
Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = true
end

Version data entries

20 entries across 20 versions & 3 rubygems

Version Path
scalingo-ruby-api-2.0.1 Rakefile
scalingo-ruby-api-2.0.0 Rakefile
scalingo-ruby-api-1.1.1 Rakefile
scalingo-ruby-api-1.1.0 Rakefile
mongoid-userstamps-3.1.3 Rakefile
mongoid-auto_increment-2.3.0 Rakefile
mongoid-userstamps-3.1.2 Rakefile
mongoid-auto_increment-2.2.0 Rakefile
mongoid-userstamps-3.1.1 Rakefile
scalingo-ruby-api-1.0.0 Rakefile
mongoid-userstamps-3.1.0 Rakefile
mongoid-auto_increment-2.1.0 Rakefile
mongoid-auto_increment-2.0.0.alpha2 Rakefile
mongoid-auto_increment-2.0.0.alpha1 Rakefile
mongoid-userstamps-3.0.0.alpha1 Rakefile
mongoid-userstamps-2.0.0 Rakefile
scalingo-ruby-api-1.0.0.alpha2 Rakefile
mongoid-userstamps-1.0.0 Rakefile
mongoid-auto_increment-1.0.1 Rakefile
mongoid-auto_increment-1.0.0 Rakefile