Sha256: a655ce49fc4d6fc6bd61ff8841ed74c4c4243b0a4b39fd91f91390e2f84f2a4e
Contents?: true
Size: 382 Bytes
Versions: 77
Compression:
Stored size: 382 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' Rails3::Application.load_tasks Rake::TestTask.new("test:rabl") do |test| test.pattern = "test/functional/**/*_test.rb" test.verbose = true end
Version data entries
77 entries across 77 versions & 2 rubygems