Sha256: 3d568edf56263ca27b21ff354e87f5a4824f1a559bece495b7bbd56b65c1273e

Contents?: true

Size: 259 Bytes

Versions: 8

Compression:

Stored size: 259 Bytes

Contents

require "bundler/setup"
require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new do |test|
  test.libs << "app/controllers"
  test.libs << "test"
  test.test_files = FileList["test/**/*_test.rb"]
  test.warning = false
end

task default: :test

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
activestorage_legacy-0.2.1 Rakefile
activestorage_legacy-0.2.0 Rakefile
activestorage_legacy-0.1.3 Rakefile
activestorage_legacy-0.1.2 Rakefile
activestorage_legacy-0.1.1 Rakefile
activestorage_legacy-0.1.1.alpha Rakefile
activestorage_legacy-0.1 Rakefile
backupstorage-0.1 Rakefile