Sha256: c82029869897c42ab8ce8afc82abc4ba45565d6be390b50f538629a5759c8c4a

Contents?: true

Size: 413 Bytes

Versions: 9

Compression:

Stored size: 413 Bytes

Contents

require 'bundler/setup'
require 'rake/testtask'

desc 'Test the representable gem.'
task :default => :test

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

Rake::TestTask.new(:dtest) do |test|
  test.libs << 'test-with-deprecations'
  test.test_files = FileList['test-with-deprecations/**/*_test.rb']
  test.verbose = true
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
representable-3.0.4 Rakefile
representable-3.0.3 Rakefile
representable-3.0.2 Rakefile
representable-3.0.1 Rakefile
representable-3.0.0 Rakefile
representable-2.4.1 Rakefile
representable-2.4.0 Rakefile
representable-2.4.0.rc5 Rakefile
representable-2.4.0.rc4 Rakefile