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