Method: Cucumber::WireSupport::WireLanguage#load_code_file

Defined in:
lib/cucumber/wire_support/wire_language.rb

#load_code_file(wire_file) ⇒ Object



24
25
26
27
# File 'lib/cucumber/wire_support/wire_language.rb', line 24

def load_code_file(wire_file)
  config = Configuration.from_file(wire_file)
  @connections << Connection.new(config)
end