Sha256: 9e92a4c2c228733aee224c9809c91d62be54518d2eae317c2407158e3c296b42

Contents?: true

Size: 245 Bytes

Versions: 13

Compression:

Stored size: 245 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core'
require 'rspec/core/rake_task'

desc "Run all specs"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.pattern = "./spec/**/*_spec.rb"
  t.rspec_opts = ["--profile --color"]
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
redis_ring_client-0.1.2 Rakefile
redis_ring-0.1.3 Rakefile
redis_ring-0.1.2 Rakefile
redis_ring-0.1.1 Rakefile
redis_ring_client-0.1.1 Rakefile
redis_ring_client-0.1.0 Rakefile
redis_ring-0.1.0 Rakefile
redis_ring_client-0.0.4 Rakefile
redis_ring-0.0.2 Rakefile
redis_ring_client-0.0.3 Rakefile
redis_ring_client-0.0.2 Rakefile
redis_ring_client-0.0.1 Rakefile
redis_ring-0.0.1 Rakefile