Sha256: e346bfb2f71cbc74502dda94aa2e9fb318c2577e9bcac225a06fa4f7057fc2d4

Contents?: true

Size: 230 Bytes

Versions: 26

Compression:

Stored size: 230 Bytes

Contents

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

task default: :test

Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = true
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
gotime-cassandra_object-2.8.3 Rakefile
gotime-cassandra_object-2.8.2 Rakefile
gotime-cassandra_object-2.8.1 Rakefile
gotime-cassandra_object-2.8.0 Rakefile
gotime-cassandra_object-2.7.12 Rakefile
gotime-cassandra_object-2.7.11 Rakefile
gotime-cassandra_object-2.7.10 Rakefile
gotime-cassandra_object-2.7.9 Rakefile
gotime-cassandra_object-2.7.8 Rakefile
gotime-cassandra_object-2.7.7 Rakefile
gotime-cassandra_object-2.7.6 Rakefile
gotime-cassandra_object-2.7.5 Rakefile
gotime-cassandra_object-2.7.4 Rakefile
gotime-cassandra_object-2.7.3 Rakefile
gotime-cassandra_object-2.7.2 Rakefile
gotime-cassandra_object-2.7.1 Rakefile
gotime-cassandra_object-2.7.0 Rakefile
gotime-cassandra_object-2.6.4 Rakefile
gotime-cassandra_object-2.6.3 Rakefile
gotime-cassandra_object-2.6.2 Rakefile