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

Version Path
bard-file_field-0.1.6 dummy/Rakefile
bard-file_field-0.1.5 dummy/Rakefile
bard-file_field-0.1.4 dummy/Rakefile
bard-file_field-0.1.3 dummy/Rakefile
bard-file_field-0.1.2 dummy/Rakefile
bard-file_field-0.1.1 dummy/Rakefile
bard-file_field-0.1.0 dummy/Rakefile