Sha256: 3ad81ec96de2153abca98f38b3b47a489fbbc56dcc6ffc195f034ccccd6e626a

Contents?: true

Size: 310 Bytes

Versions: 2

Compression:

Stored size: 310 Bytes

Contents

Feature: Folder commands with My scripts

As a user of the My gem
I want to specify folders in create
So that I can create them automatically

Scenario: Requiring a folder
Given a file named "script.rb" with:
  """
  folder "foo"
  """
When I run "../../bin/my script.rb"
Then the "foo" directory should exist

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
my-0.3.1 features/folder.feature
my-0.3.0 features/folder.feature