tuist/features/init.feature

9 lines
315 B
Gherkin

Feature: Initialize a new project using Tuist
Scenario: The project is a compilable macOS application
Given that tuist is available
And I have a working directory
When I initialize a macos application named Test
Then tuist generates the project
Then I should be able to build the scheme Test