Sha256: 5c5c118d145f1479c5231e9abf8c34d62e1e6d3ad719ddabf73841d0e3f963d4
Contents?: true
Size: 476 Bytes
Versions: 28
Compression:
Stored size: 476 Bytes
Contents
Feature: Set up a default load path When you're developing a gem, it's convenient if your project's `lib` directory is already in the load path. Cucumber does this for you. 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
28 entries across 28 versions & 2 rubygems