Sha256: a37012f97ce84f04cc22cc3460bcb0f37feccecefb76a96e28f801e330a1ef01

Contents?: true

Size: 267 Bytes

Versions: 1

Compression:

Stored size: 267 Bytes

Contents

Feature: Object#tapp

  Scenario: Call tapp within methods chain
    Given I have the following code:
    """
    require 'tapp'

    (1..5).tapp.select(&:odd?).tapp.inject(&:+)
    """

    When Ruby it

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tapp-1.3.1 spec/acceptance/tapp.feature