Sha256: 5b7efc1d1812e3c96e32cb7095c8b67335a34fb44b1725eca174261a1ba97d42

Contents?: true

Size: 481 Bytes

Versions: 15

Compression:

Stored size: 481 Bytes

Contents

# frozen_string_literal: true

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

# Exclude all spec with type :thread
RSpec::Core::RakeTask.new(:spec)

# Exclude all spec with type :thread
RSpec::Core::RakeTask.new(:classic) do |t|
  t.rspec_opts = '--tag ~type:thread'
end

# Include just spec with type :thread
RSpec::Core::RakeTask.new(:concurrency) do |t|
  t.rspec_opts = '--tag type:thread'
end

task default: :spec
task request: :classic
task thread: :concurrency

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ruby_rabbitmq_janus-4.0.0.pre.949167646 Rakefile
ruby_rabbitmq_janus-4.0.0.pre.946892338 Rakefile
ruby_rabbitmq_janus-4.0.0.pre.946565704 Rakefile
ruby_rabbitmq_janus-4.0.0.pre.939149205 Rakefile
ruby_rabbitmq_janus-4.0.0.pre.939137013 Rakefile
ruby_rabbitmq_janus-4.0.0.pre.939133437 Rakefile
ruby_rabbitmq_janus-4.0.0.pre.939119110 Rakefile
ruby_rabbitmq_janus-4.0.0.pre.939113634 Rakefile
ruby_rabbitmq_janus-4.0.0.pre.850041590 Rakefile
ruby_rabbitmq_janus-3.0.1 Rakefile
ruby_rabbitmq_janus-3.0.0 Rakefile
ruby_rabbitmq_janus-3.0.0.pre.387 Rakefile
ruby_rabbitmq_janus-3.0.0.pre.385 Rakefile
ruby_rabbitmq_janus-3.0.0.pre.384 Rakefile
ruby_rabbitmq_janus-3.0.0.pre.382 Rakefile