Sha256: b30d4c9a73d4ed7b0979296f33be211171e6433ae16ebcda8d1f401550cfc76c

Contents?: true

Size: 180 Bytes

Versions: 3

Compression:

Stored size: 180 Bytes

Contents

require 'bundler/gem_tasks'

begin
  require 'rspec/core/rake_task'

  RSpec::Core::RakeTask.new(:spec)

  task default: :spec
rescue LoadError
  puts 'rspec is not available'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
resque-rate_limited-1.2.4 Rakefile
resque-rate_limited-1.2.3 Rakefile
resque-rate_limited-1.2.2 Rakefile