Sha256: a96dafaeb36ae2e452b6e04eff7052023c0ae9a1d65bb82cf39d5d109e75b19b
Contents?: true
Size: 514 Bytes
Versions: 19
Compression:
Stored size: 514 Bytes
Contents
@svn 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
19 entries across 19 versions & 2 rubygems