Sha256: 64b3badaa3e801f982ba56a303121f553a79e644876353c19c54765a18986016

Contents?: true

Size: 245 Bytes

Versions: 5

Compression:

Stored size: 245 Bytes

Contents

Feature: Object#tapp
  Scenario: Call tapp within methods chain
    Given I have the following code:
    """
    (1..5).tapp.select(&:odd?).tapp.inject(&:+)
    """

    When Ruby it
    Then I should see:
    """
    1..5
    [1, 3, 5]
    """

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tapp-1.5.1 spec/acceptance/tapp.feature
tapp-1.5.0 spec/acceptance/tapp.feature
tapp-1.4.1 spec/acceptance/tapp.feature
tapp-1.5.0.rc spec/acceptance/tapp.feature
tapp-1.4.0 spec/acceptance/tapp.feature