Sha256: c18b7f6e46b998b2f0f20c5144c00351f2e0fc060edfc688bbb5ebaa1178d58a

Contents?: true

Size: 214 Bytes

Versions: 7

Compression:

Stored size: 214 Bytes

Contents

require 'rake'
require 'rake/testtask'
require 'bundler/gem_tasks'

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
socialization-cassandra-0.0.7.pre.alpha Rakefile
socialization-cassandra-0.0.6.pre.alpha Rakefile
socialization-cassandra-0.0.5.pre.alpha Rakefile
socialization-cassandra-0.0.4.pre.alpha Rakefile
socialization-cassandra-0.0.3.pre.alpha Rakefile
socialization-cassandra-0.0.2.pre.alpha Rakefile
socialization-cassandra-0.0.1.pre.alpha Rakefile