Commit 72c31b81ac61e674779b3743c5b624b5b7c5d772

Authored by Daniela Feitosa
Committed by Antonio Terceiro
1 parent 7a8bf187

Adding line to ignore translations when running selenium

   * ENV['LANG'] = 'c'

(ActionItem1319)
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
features/support/selenium.rb
... ... @@ -15,6 +15,7 @@ Before do
15 15 fixtures_folder = File.join(RAILS_ROOT, 'test', 'fixtures')
16 16 fixtures = ['environments', 'roles']
17 17 Fixtures.create_fixtures(fixtures_folder, fixtures)
  18 + ENV['LANG'] = 'C'
18 19 DatabaseCleaner.start
19 20 end
20 21  
... ...