Sha256: 7ba258d4083be67c3198895a7eeb7470497a6b6b16fbb1804d2b70ea356dae3d
Contents?: true
Size: 388 Bytes
Versions: 60
Compression:
Stored size: 388 Bytes
Contents
#!/usr/bin/env rake # 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__) Rails32::Application.load_tasks Rake::TestTask.new("test:rabl") do |test| test.pattern = "test/functional/**/*_test.rb" test.verbose = true end
Version data entries
60 entries across 60 versions & 2 rubygems