akephalos icon indicating copy to clipboard operation
akephalos copied to clipboard

encoding problem

Open senny opened this issue 13 years ago • 1 comments

I am using akephalos with cucumber and capybara. I switched from the selenum driver to akephalos and now I get a lot of failing features due to encoding problems. Since our Features contain German text there are a lot of special characters involved.

    Then the "Person (natürlich)" wizard step should be active                             # features/step_definitions/wizard_steps.rb:9
      expected: "Person (natürlich)"
           got: "Person (nat\xC3\xBCrlich)" (using ==) (RSpec::Expectations::ExpectationNotMetError)
      ./features/step_definitions/wizard_steps.rb:11:in `/^the "([^"]+)" wizard step should be active$/'

senny avatar Feb 19 '11 11:02 senny

Hi,

Check https://github.com/Nerian/akephalos2

Shouldn't have encoding problems

Nerian avatar Oct 17 '11 17:10 Nerian