Sha256: 31973145bb29fd323f62e708f18562d66626d6ade8fd0b74187ea576a10cfa21

Contents?: true

Size: 317 Bytes

Versions: 7

Compression:

Stored size: 317 Bytes

Contents

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'

RailsTest::Application.load_tasks

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
uploader-3.1.4 test/rails_test/Rakefile
uploader-3.1.3 test/rails_test/Rakefile
uploader-3.1.2 test/rails_test/Rakefile
uploader-3.1.1 test/rails_test/Rakefile
uploader-3.1.0 test/rails_test/Rakefile
uploader-3.0.2 test/rails_test/Rakefile
uploader-3.0.1 test/rails_test/Rakefile