Sha256: 1cd7a15ca87bd7595fbad9d152c6de5a6a4e2685c5ef5a56724eeca600027736

Contents?: true

Size: 201 Bytes

Versions: 11

Compression:

Stored size: 201 Bytes

Contents

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

Rake::TestTask.new do |t|
  t.libs = ["test"]
  t.pattern = "test/**/*_test.rb"
  t.ruby_opts = ["-w"]
end

task default: :test

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
actionpack-page_caching-1.2.4 Rakefile
actionpack-action_caching-1.2.2 Rakefile
actionpack-page_caching-1.2.3 Rakefile
actionpack-page_caching-1.2.2 Rakefile
actionpack-page_caching-1.2.1 Rakefile
actionpack-page_caching-1.2.0 Rakefile
openstreetmap-actionpack-page_caching-1.1.2 Rakefile
actionpack-action_caching-1.2.1 Rakefile
actionpack-page_caching-1.1.1 Rakefile
actionpack-action_caching-1.2.0 Rakefile
actionpack-page_caching-1.1.0 Rakefile