lib/rutabaga/example_group/feature.rb in rutabaga-3.0.2 vs lib/rutabaga/example_group/feature.rb in rutabaga-3.1.0
- old
+ new
@@ -1,12 +1,14 @@
+# frozen_string_literal: true
+
require 'turnip/rspec'
require 'rspec'
module Rutabaga
module ExampleGroup
module Feature
class << self
- def feature(example_group_class, description, args)
+ def feature(example_group_class, description, _args)
Util.require_if_exists 'turnip_helper'
Turnip::RSpec.rutabaga_run(Util.find_feature(description), example_group_class)
end
end