Sha256: dbd4a13991e507cadf83641b310945c4e65c06d44e358ce51d058346c351de88

Contents?: true

Size: 115 Bytes

Versions: 9

Compression:

Stored size: 115 Bytes

Contents

task :default => :spec
task :test    => :spec

desc "Run specs"
task :spec do
  exec "spec spec/redis_spec.rb"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
redis-namespace-0.10.0 Rakefile
redis-namespace-0.9.0 Rakefile
redis-namespace-0.8.0 Rakefile
redis-namespace-0.7.0 Rakefile
redis-namespace-0.6.0 Rakefile
redis-namespace-0.5.1 Rakefile
redis-namespace-0.5.0 Rakefile
redis-namespace-0.4.4 Rakefile
redis-namespace-0.4.3 Rakefile