Sha256: a88b0c707de22a0e1a97e09b13002fa3976e0504034c21fd993e7a4982bdbea0
Contents?: true
Size: 451 Bytes
Versions: 7
Compression:
Stored size: 451 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_relative "config/application" Rails.application.load_tasks require 'cucumber/rake/task' Cucumber::Rake::Task.new({:default => 'test:prepare'}, 'Run features that should pass') do |t| t.fork = true # You may get faster startup if you set this to false t.profile = 'default' end
Version data entries
7 entries across 7 versions & 1 rubygems