lib/cucumber/py_support/py_language.rb in cucumber-1.2.1 vs lib/cucumber/py_support/py_language.rb in cucumber-1.2.2

- old
+ new

@@ -3,11 +3,11 @@ module Cucumber module PySupport class PyLanguage include LanguageSupport::LanguageMethods - def initialize(step_mother) + def initialize(runtime) @step_def_files = [] # # @python_path = ENV['PYTHONPATH'] ? ENV['PYTHONPATH'].split(':') : [] # add_to_python_path(File.dirname(__FILE__)) # @@ -75,6 +75,6 @@ str = str.to_str tail = self[-str.length, str.length] tail == str end end -end \ No newline at end of file +end