Sha256: 01d65e0f5919f01f5c41d2f9ff38ee12a79f97540b4243dd0d5e606a4235b00a
Contents?: true
Size: 305 Bytes
Versions: 12
Compression:
Stored size: 305 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' task :default => [:cucumber] RailsAndCucumber::Application.load_tasks
Version data entries
12 entries across 12 versions & 1 rubygems