Sha256: 02424bb50d1910c1557c1c8d0fa1c6d5c677d19ca8be667bafd4895ba3f681eb

Contents?: true

Size: 378 Bytes

Versions: 10

Compression:

Stored size: 378 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

require "rake"
require "rdoc/task"
require "rspec"
require "rspec/core/rake_task"


RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = "spec/**/*_spec.rb"
end

RSpec::Core::RakeTask.new('spec:progress') do |spec|
  spec.rspec_opts = %w(--format progress)
  spec.pattern = "spec/**/*_spec.rb"
end

task :default => :spec

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
css_sprite-2.4.0 Rakefile
css_sprite-2.3.0 Rakefile
redis-sentinel-1.4.3 Rakefile
redis-sentinel-1.4.2 Rakefile
redis-sentinel-1.4.1 Rakefile
redis-sentinel-1.4.0 Rakefile
redis-sentinel2-1.3.1 Rakefile
redis-sentinel2-1.3.0 Rakefile
redis-sentinel-1.3.0 Rakefile
css_sprite-2.2.0 Rakefile