Sha256: afb260f61526a4269ea6dedcc436ebb9c4a4a1495f489abb31f635f02da2c7cf

Contents?: true

Size: 329 Bytes

Versions: 25

Compression:

Stored size: 329 Bytes

Contents

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

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

task default: :spec

desc 'Test all cache_stores'
task :test_all do
  system("RAILS_CACHE_STORE=redis_cache_store bundle exec rspec spec/ && RAILS_CACHE_STORE=brotli_cache_store bundle exec rspec spec/ && bundle exec rspec spec/")
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
rails-brotli-cache-0.4.6 Rakefile
rails-brotli-cache-0.4.5 Rakefile
rails-brotli-cache-0.4.4 Rakefile
rails-brotli-cache-0.4.3 Rakefile
rails-brotli-cache-0.4.2 Rakefile
rails-brotli-cache-0.4.1 Rakefile
rails-brotli-cache-0.4.0 Rakefile
rails-brotli-cache-0.3.14 Rakefile
rails-brotli-cache-0.3.13 Rakefile
rails-brotli-cache-0.3.12 Rakefile
rails-brotli-cache-0.3.11 Rakefile
rails-brotli-cache-0.3.10 Rakefile
rails-brotli-cache-0.3.9 Rakefile
rails-brotli-cache-0.3.8 Rakefile
rails-brotli-cache-0.3.7 Rakefile
rails-brotli-cache-0.3.6 Rakefile
rails-brotli-cache-0.3.5 Rakefile
rails-brotli-cache-0.3.4 Rakefile
rails-brotli-cache-0.3.3 Rakefile
rails-brotli-cache-0.3.2 Rakefile