I am trying to write my features with a few words from French language, I have followed the behat tutorial and correctly added the comment
#language: fr
at the beginning of the file
I am also saving the file in utf-8 format....
but behat still doesn't run my feature successfully and gives an error
Expected Comment or Scenario or Outline or Step token, but got Text on line: 1
Is it allowed to write features in part french part english
If so , why is it not working in my case.
Thanks,