Sha256: 16bcf3b870cb3f1befe9192d20237258c74fbda857dc94a9792696ab40b73c73

Contents?: true

Size: 517 Bytes

Versions: 2

Compression:

Stored size: 517 Bytes

Contents

Feature: Change passwords via csv file
  As an administrator
  I want to change the password of a lot of users
  In order to make tests running

  Background:
    Given a mocked home directory
    And a user configuration file with:
    """
    """

    @wip
  Scenario: Existing csv file
    Given a file with user identities named "users" with:
    """
    "user1","pw_old","pw_new"
    """
    When I successfully run `pc start --csv-file users.csv`
    Then the output should contain:
    """
    Success
    """

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
password_changer-0.0.4 features/csv-file.feature
password_changer-0.0.3 features/csv-file.feature