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