Sha256: c0e7913f9c6d115b1c376691a02f4dfffb81dd9426f67cfb311629884989d044

Contents?: true

Size: 270 Bytes

Versions: 22

Compression:

Stored size: 270 Bytes

Contents

require 'rubygems'
require "rspec/core/rake_task"

require "bundler/gem_tasks"

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = 'spec/*_spec.rb'
  spec.rspec_opts = ['--backtrace']
  spec.ruby_opts = ['-w']
end

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

Version data entries

22 entries across 22 versions & 4 rubygems

Version Path
redis-namespace-1.11.0 Rakefile
redis-namespace-1.10.0 Rakefile
redis-namespace-1.9.0 Rakefile
redis-namespace-1.8.2 Rakefile
redis-namespace-1.8.1 Rakefile
redis-namespace-1.8.0 Rakefile
redis-namespace-1.7.0 Rakefile
redis-namespace-1.6.0 Rakefile
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/redis-namespace-1.5.3/Rakefile
redis-namespace-1.5.3 Rakefile
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/redis-namespace-1.5.2/Rakefile
redis-namespace-1.5.2 Rakefile
redis-namespace-1.5.1 Rakefile
redis-namespace-1.5.0 Rakefile
redis-namespace-1.4.1 Rakefile
redis-namespace-1.4.0 Rakefile
redis-namespace-1.4.0.rc.0 Rakefile
redis-namespace-1.3.2 Rakefile
redis-namespace-1.3.1 Rakefile
sidekiq-statsd-0.1.1 vendor/ruby/1.9.1/gems/redis-namespace-1.3.0/Rakefile