Sha256: e8ce76afae3982fb66aff4ccbf53e60906d299b564efaed7077bbbc5cdac553a

Contents?: true

Size: 201 Bytes

Versions: 9

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

9 entries across 8 versions & 4 rubygems

Version Path
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionpack-page_caching-1.0.2/Rakefile
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionpack-action_caching-1.1.1/Rakefile
actionpack-page_caching_multithread-1.2 Rakefile
actionpack-action_caching-1.1.1 Rakefile
actionpack-page_caching-1.0.2 Rakefile
actionpack-action_caching-1.1.0 Rakefile
actionpack-page_caching-1.0.1 Rakefile
actionpack-action_caching-1.0.0 Rakefile
actionpack-page_caching-1.0.0 Rakefile