Sha256: 3fcc8ca9d2f958e9df3c296d445d0ae57f3788642589e1b0c189542d03f69a5c

Contents?: true

Size: 217 Bytes

Versions: 130

Compression:

Stored size: 217 Bytes

Contents

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/unit/**/*_test.rb'
  t.verbose = true
end

Version data entries

130 entries across 130 versions & 5 rubygems

Version Path
gotime-cassandra_object-4.10.1 Rakefile
cassandra_object_rails-0.0.1 Rakefile
gotime-cassandra_object-4.10.0 Rakefile
gotime-cassandra_object-4.9.2 Rakefile
gotime-cassandra_object-4.9.1 Rakefile
gotime-cassandra_object-4.9.0 Rakefile
gotime-cassandra_object-4.8.1 Rakefile
gotime-cassandra_object-4.8.0 Rakefile
gotime-cassandra_object-4.7.3 Rakefile
gotime-cassandra_object-4.7.2 Rakefile
gotime-cassandra_object-4.7.1 Rakefile
gotime-cassandra_object-4.7.0 Rakefile
gotime-cassandra_object-4.6.0 Rakefile
gotime-cassandra_object-4.5.1 Rakefile
gotime-cassandra_object-4.5.0 Rakefile
gotime-cassandra_object-4.4.5 Rakefile
gotime-cassandra_object-4.4.4 Rakefile
gotime-cassandra_object-4.4.3 Rakefile
gotime-cassandra_object-4.4.0 Rakefile
gotime-cassandra_object-4.3.2 Rakefile