Sha256: c02ca35b6700c2777d11dd31c6775b14a03380ab6023a7a9b83a60819ce4df59

Contents?: true

Size: 295 Bytes

Versions: 37

Compression:

Stored size: 295 Bytes

Contents

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

# require File.expand_path('../lib/cassandra_object', __FILE__)

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

37 entries across 37 versions & 2 rubygems

Version Path
sessionm-cassandra_object-2.2.35 Rakefile
sessionm-cassandra_object-2.2.34 Rakefile
sessionm-cassandra_object-2.2.33 Rakefile
sessionm-cassandra_object-2.2.32 Rakefile
sessionm-cassandra_object-2.2.31 Rakefile
sessionm-cassandra_object-2.2.30 Rakefile
sessionm-cassandra_object-2.2.29 Rakefile
sessionm-cassandra_object-2.2.28 Rakefile
sessionm-cassandra_object-2.2.27 Rakefile
sessionm-cassandra_object-2.2.26 Rakefile
sessionm-cassandra_object-2.2.24 Rakefile
sessionm-cassandra_object-2.2.23 Rakefile
sessionm-cassandra_object-2.2.22 Rakefile
sessionm-cassandra_object-2.2.20 Rakefile
sessionm-cassandra_object-2.2.18 Rakefile
sessionm-cassandra_object-2.2.16 Rakefile
gotime-cassandra_object-2.3.6 Rakefile
gotime-cassandra_object-2.3.5 Rakefile
gotime-cassandra_object-2.3.4 Rakefile
gotime-cassandra_object-2.3.3 Rakefile