Sha256: 727f8e6628a103672db56a301125a271f03151a82de02b5e343a016f06cc1728

Contents?: true

Size: 420 Bytes

Versions: 20

Compression:

Stored size: 420 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(:test18) do |test|
  test.libs << 'test'
  test.test_files = FileList['test/*_test.rb'] - ['test/mongoid_test.rb', 'test/yaml_test.rb']
  test.verbose = true
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
representable-1.7.7 Rakefile
representable-1.7.6 Rakefile
representable-1.7.5 Rakefile
representable-1.7.4 Rakefile
representable-1.7.3 Rakefile
representable-1.7.2 Rakefile
representable-1.7.1 Rakefile
representable-1.7.0 Rakefile
representable-1.6.1 Rakefile
representable-1.6.0 Rakefile
representable-1.5.3 Rakefile
representable-1.5.2 Rakefile
representable-1.5.1 Rakefile
representable-1.5.0 Rakefile
representable-1.4.2 Rakefile
representable-1.4.1 Rakefile
representable-1.4.0 Rakefile
representable-1.3.5 Rakefile
representable-1.3.4 Rakefile
representable-1.3.3 Rakefile