Sha256: 1fdb5e4b56b61b2f1f56aa6a57ae713019423a7aad7e652d5b5b3f50e49db46c

Contents?: true

Size: 267 Bytes

Versions: 35

Compression:

Stored size: 267 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

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

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
representable-1.3.2 Rakefile
representable-1.3.1 Rakefile
representable-1.3.0 Rakefile
representable-1.2.9 Rakefile
representable-1.2.8 Rakefile
representable-1.2.7 Rakefile
representable-1.2.6 Rakefile
representable-1.2.5 Rakefile
representable-1.2.4 Rakefile
representable-1.2.3 Rakefile
representable-1.2.2 Rakefile
representable-1.2.1 Rakefile
representable-1.2.0 Rakefile
representable-1.1.7 Rakefile
representable-1.1.6 Rakefile
representable-1.1.5 Rakefile
representable-1.1.4 Rakefile
representable-1.1.3 Rakefile
representable-1.1.2 Rakefile
representable-1.1.1 Rakefile