File: init.feature

package info (click to toggle)
librarian-puppet 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 524 kB
  • sloc: ruby: 1,432; sh: 37; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Feature: init subcommand should generate a Puppetfile
  In order to start using librarian-puppet in a project
  A project will need a Puppetfile.
  If a user runs "librarian-puppet init"
  Then the exit status should be 0
  And a file named "Puppetfile" should exist


  Scenario: init subcommand should generate a Puppetfile
    When I successfully run `librarian-puppet init`
    Then a file named "Puppetfile" should exist