Sha256: 818e49224f1ae71ad8034571c083429686b4e583baef4faa17ff555044a0569b

Contents?: true

Size: 557 Bytes

Versions: 10

Compression:

Stored size: 557 Bytes

Contents

@no-clobber
Feature: Inflections
  Background:
    Given I have created the app "myapp" with pah

  Scenario: Add API as acronym
    Then I have the file config/initializers/inflections.rb and contents of this file should include:
      """
      # end

      # These inflection rules are supported but not enabled by default:
      """
    Then I have the file config/initializers/inflections.rb and contents of this file should end with:
      """
      ActiveSupport::Inflector.inflections do |inflect|
        inflect.acronym 'API'
      end

      """

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pah-0.0.28 features/inflections.feature
pah-0.0.27 features/inflections.feature
pah-0.0.26 features/inflections.feature
pah-0.0.25 features/inflections.feature
pah-0.0.24 features/inflections.feature
pah-0.0.23 features/inflections.feature
pah-0.0.22 features/inflections.feature
pah-0.0.21 features/inflections.feature
pah-0.0.20 features/inflections.feature
pah-0.0.19 features/inflections.feature