lib/tasks/feature.rake in checkoff-0.1.2 vs lib/tasks/feature.rake in checkoff-0.1.3

- old
+ new

@@ -1,4 +1,5 @@ +# frozen_string_literal: true require 'rspec/core/rake_task' desc 'Run features' RSpec::Core::RakeTask.new(:feature) do |task| task.pattern = 'feature/**/*_spec.rb'