Sha256: dc3443d3ea89d20c4fd2e15fe697448cebd8e8d11d1afac5f24292e3dd049de0

Contents?: true

Size: 242 Bytes

Versions: 23

Compression:

Stored size: 242 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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
representable-2.4.0.rc3 Rakefile
representable-2.4.0.rc2 Rakefile
representable-2.4.0.rc1 Rakefile
representable-2.3.0 Rakefile
representable-2.2.3 Rakefile
representable-2.2.2 Rakefile
representable-2.2.1 Rakefile
representable-2.2.0 Rakefile
representable-2.1.8 Rakefile
representable-2.1.7 Rakefile
representable-2.1.6 Rakefile
representable-2.1.5 Rakefile
representable-2.1.4 Rakefile
representable-2.1.3 Rakefile
representable-2.1.1 Rakefile
representable-2.1.0 Rakefile
representable-2.0.4 Rakefile
representable-2.0.3 Rakefile
representable-2.0.2 Rakefile
representable-2.0.1 Rakefile