Sha256: 26c6f28f25f63cb86b13b93e79fc26bb9e54895974bdc6336c49c85a0a0decda

Contents?: true

Size: 421 Bytes

Versions: 3

Compression:

Stored size: 421 Bytes

Contents

Feature: Default browsers does not see a utf8 param.
  For Compliant browser there shall be no utf8 parameter in a default form.

  Background:
    Given I generate a new rails application
    And I run a rails generator to generate a "User" scaffold with "name:string"
    And I run a migration

  Scenario: 
    Given I start the rails application
    When I go to the new user page
    Then there is no utf8 input tag

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
utf8_enforcer_workaround-1.0.1 features/compliant_browser.feature
utf8_enforcer_workaround-1.0.0 features/compliant_browser.feature
utf8_enforcer_workaround-0.0.2 features/compliant_browser.feature