Sha256: d4cf25ac246784f74f215ec74835a0590dfa90972746d81e645ceb7abff9eb98

Contents?: true

Size: 313 Bytes

Versions: 5

Compression:

Stored size: 313 Bytes

Contents

Feature: Create Project
    In order to run databasion
    A project directory should be built
    
    Scenario: User runs databasion with the --create command
        Given a project named test_project
        When the databasion create command is ran
        Then a project folder and config file should exist

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
databasion-0.2.3 features/create_project.feature
databasion-0.2.2 features/create_project.feature
databasion-0.2.1 features/create_project.feature
databasion-0.2.0 features/create_project.feature
databasion-0.1.1 features/create_project.feature