examples/i18n/da/features/step_definitons/kalkulator_steps.rb in kosmas58-cucumber-0.2.2.1 vs examples/i18n/da/features/step_definitons/kalkulator_steps.rb in kosmas58-cucumber-0.2.3.3

- old
+ new

@@ -1,8 +1,8 @@ # encoding: utf-8 require 'spec/expectations' $:.unshift(File.dirname(__FILE__) + '/../../lib') # This line is not needed in your own project -require 'cucumber/formatters/unicode' +require 'cucumber/formatter/unicode' require 'kalkulator' Before do @calc = Kalkulator.new end