Sha256: ee469060ebf665f40b18595149d535a48a2481a7b532238714cb5d108235f0a5

Contents?: true

Size: 818 Bytes

Versions: 6

Compression:

Stored size: 818 Bytes

Contents

START: password_story
Story: Password protection

As a security-conscious person
I want to encrypt each document with a password
So that only I (and the NSA) can read it
END: password_story

START: password_scenario
Scenario: Changing the password
  Given a new document
  When I type "this is my document"
  And I save the document as "Secrets" with password "unguessable"
  And I exit the app
  And I open the document "Secrets" with password "unguessable"
  Then the app should be running
  And the text should be "this is my document"
  
  When I change the password from "unguessable" to "uncrackable"
  And I exit the app
  And I open the document "Secrets" with password "uncrackable"
  Then the app should be running
  And the text should be "this is my document"
END: password_scenario

  When I exit the app

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
win_gui-0.1.6 book_code/story/password.story
win_gui-0.1.4 book_code/story/password.story
win_gui-0.1.3 book_code/story/password.story
win_gui-0.1.2 book_code/story/password.story
win_gui-0.1.1 book_code/story/password.story
win_gui-0.1.0 book_code/story/password.story