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