Sha256: acdae216cffcc360346c292eb79501c410c8daa247cc3b96818d22aa0c7c3e5f

Contents?: true

Size: 457 Bytes

Versions: 2

Compression:

Stored size: 457 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:
      """
      ActiveSupport::Inflector.inflections do |inflect|
      """
    Then I have the file config/initializers/inflections.rb and contents of this file should include:
      """
      inflect.acronym 'API'
      """

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pah-0.0.17 features/inflections.feature
pah-0.0.16 features/inflections.feature