Sha256: 293c87a1488a05aca3f51a2b6167274063b650799ac8f36358db8f2b1530c693

Contents?: true

Size: 229 Bytes

Versions: 12

Compression:

Stored size: 229 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
require 'bundler/gem_tasks'
require 'rake/testtask'

task default: :test

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
activerecord-time-0.14.0 Rakefile
activerecord-time-0.12.0 Rakefile
activerecord-time-0.10.1 Rakefile
activerecord-time-0.10.0 Rakefile
activerecord-time-0.9.1 Rakefile
activerecord-time-0.9.0 Rakefile
activerecord-time-0.8.0 Rakefile
activerecord-time-0.7.0 Rakefile
activerecord-time-0.6.1 Rakefile
activerecord-time-0.6.0 Rakefile
activerecord-time-0.5.0 Rakefile
activerecord-time-0.4.0 Rakefile