Sha256: 519b2361e7a440b4dbc8db9f112d960d4cb2216af260e2b6012c2e217120bfbb

Contents?: true

Size: 319 Bytes

Versions: 13

Compression:

Stored size: 319 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'

Rails3Root::Application.load_tasks

Version data entries

13 entries across 6 versions & 2 rubygems

Version Path
clearance-0.10.1 spec/rails_root/Rakefile
clearance-0.10.1 spec/rails_root/vendor/Rakefile
clearance-0.10.1 test/rails_root/Rakefile
clearance-0.10.0 spec/rails_root/Rakefile
clearance-0.10.0 test/rails_root/Rakefile
janova-clearance-0.9.1 test/rails_root/Rakefile
janova-clearance-0.9.1 spec/rails_root/Rakefile
clearance-0.9.1 spec/rails_root/Rakefile
clearance-0.9.1 test/rails_root/Rakefile
clearance-0.9.0.rc9 spec/rails_root/Rakefile
clearance-0.9.0.rc9 test/rails_root/Rakefile
clearance-0.9.0.rc8 spec/rails_root/Rakefile
clearance-0.9.0.rc8 test/rails_root/Rakefile