Method: Cornucopia::Util::TestHelper#spinach_name

Defined in:
lib/cornucopia/util/test_helper.rb

#spinach_name(scenario_data) ⇒ Object



27
28
29
# File 'lib/cornucopia/util/test_helper.rb', line 27

def spinach_name(scenario_data)
  "#{scenario_data.feature.name} : #{scenario_data.name}"
end