Sha256: 49dbc746eb2e3ec14caf73d60f049f99ad5555cc394f18701347a0aa158fce7e

Contents?: true

Size: 334 Bytes

Versions: 21

Compression:

Stored size: 334 Bytes

Contents

Feature: Set up a default load path

  Scenario: ./lib is included in the $LOAD_PATH
    Given a file named "features/support/env.rb" with:
      """
      require 'something'
      """
    And a file named "lib/something.rb" with:
      """
      class Something
      end
      """
    When I run `cucumber`
    Then it should pass

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
cucumber-1.3.20 features/load_path.feature
cucumber-1.3.19 features/load_path.feature
cucumber-1.3.18 features/load_path.feature
cucumber-1.3.17 features/load_path.feature
cucumber-1.3.16 features/load_path.feature
cucumber-1.3.15 features/load_path.feature
cucumber-1.3.14 features/load_path.feature
cucumber-1.3.13 features/load_path.feature
cucumber-1.3.12 features/load_path.feature
cucumber-1.3.11 features/load_path.feature
cucumber-1.3.10 features/load_path.feature
cucumber-1.3.9 features/load_path.feature
cucumber-1.3.8 features/load_path.feature
cucumber-1.3.7 features/load_path.feature
cucumber-1.3.6 features/load_path.feature
cucumber-1.3.5 features/load_path.feature
cucumber-1.3.4 features/load_path.feature
cucumber-1.3.3 features/load_path.feature
cucumber-1.3.2 features/load_path.feature
cucumber-1.3.1 features/load_path.feature