Sha256: 5b7e20beada40466751d6440fd13efd520e873824b649da16d99975a21f4b0ca
Contents?: true
Size: 509 Bytes
Versions: 25
Compression:
Stored size: 509 Bytes
Contents
Feature: Editing and indexing files in a working copy Scenario: Editing a file and viewing unindexed modified files When I checkout a local repository And I create a wc file named "README" Then there should be "1" unindexed files and "0" indexed files Scenario: Editing a file and adding to the index When I checkout a local repository And I create a wc file named "README,foo.rb" And I add "foo.rb" to the index Then there should be "1" unindexed files and "1" indexed files
Version data entries
25 entries across 25 versions & 2 rubygems