Sha256: e9e4d21664afe38a8f915f53cb7a7e8786dffbaa27cbc20006194abfef5cbcc6

Contents?: true

Size: 596 Bytes

Versions: 3

Compression:

Stored size: 596 Bytes

Contents

#@announce-output
#@announce-stderr
Feature: Configure katapult

  Background:
    Given a new Rails application with Katapult basics installed


  Scenario: Custom model template
    When I write to "lib/katapult/application_model.rb" with:
      """
      model 'Car'
      """
    And a file named "lib/templates/katapult/model/model.rb" with:
      """
      # custom model template for <%= class_name %>

      """
    And I successfully transform the application model
    Then the file "app/models/car.rb" should contain exactly:
      """
      # custom model template for Car

      """

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
katapult-0.4.1 features/configuration.feature
katapult-0.4.0 features/configuration.feature
katapult-0.3.0 features/configuration.feature