Sha256: 2fc4320e9d47e5e071cd6e6c5d88378e0bc5ac3956942c03621859d9e02f7579

Contents?: true

Size: 221 Bytes

Versions: 10

Compression:

Stored size: 221 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

namespace :spec do
  RSpec::Core::RakeTask.new(:unit) do |t|
    t.pattern = 'spec/unit/*_spec.rb'
  end
end

desc 'Run unit specs'
task :default => 'spec:unit'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
elasticrawl-1.1.8 Rakefile
elasticrawl-1.1.7 Rakefile
elasticrawl-1.1.6 Rakefile
elasticrawl-1.1.5 Rakefile
elasticrawl-1.1.4 Rakefile
elasticrawl-1.1.3 Rakefile
elasticrawl-1.1.2 Rakefile
elasticrawl-1.1.1 Rakefile
elasticrawl-1.1.0 Rakefile
elasticrawl-1.0.0 Rakefile