Sha256: 93c97394802e5e9b3811d6c8e0a35736434a5ca266bfc9c410432c2273bb35f0

Contents?: true

Size: 208 Bytes

Versions: 20

Compression:

Stored size: 208 Bytes

Contents

# frozen_string_literal: true

require 'rspec/core/rake_task'

desc 'Run features'
RSpec::Core::RakeTask.new(:feature) do |task|
  task.pattern = 'feature/**/*_spec.rb'
  task.rspec_opts = '--format doc'
end

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
checkoff-0.9.0 lib/tasks/feature.rake
checkoff-0.8.0 lib/tasks/feature.rake
checkoff-0.7.0 lib/tasks/feature.rake
checkoff-0.6.0 lib/tasks/feature.rake
checkoff-0.5.5 lib/tasks/feature.rake
checkoff-0.5.4 lib/tasks/feature.rake
checkoff-0.5.3 lib/tasks/feature.rake
checkoff-0.5.2 lib/tasks/feature.rake
checkoff-0.5.1 lib/tasks/feature.rake
checkoff-0.5.0 lib/tasks/feature.rake
checkoff-0.4.0 lib/tasks/feature.rake
checkoff-0.3.2 lib/tasks/feature.rake
pronto-punchlist-0.1.1 rakelib/feature.rake
pronto-punchlist-0.1.0 rakelib/feature.rake
checkoff-0.3.1 lib/tasks/feature.rake
checkoff-0.3.0 lib/tasks/feature.rake
checkoff-0.2.0 lib/tasks/feature.rake
checkoff-0.1.7 lib/tasks/feature.rake
checkoff-0.1.6 lib/tasks/feature.rake
checkoff-0.1.5 lib/tasks/feature.rake