Sha256: f0be8127e9b9ec1c3296ea64b493d267e90918f04891b4eabccd931bb418c89a
Contents?: true
Size: 890 Bytes
Versions: 25
Compression:
Stored size: 890 Bytes
Contents
Feature: Updating a working copy from a remote repository Scenario: Updating a working copy When I checkout a local repository And I create a wc file named "foo.rb" And I replace "foo.rb" contents with "Never gonna make you cry" And I add "foo.rb" to the index And I commit my changes with message "Hark! This is a commit." Then if I checkout to a new working copy, it should have "1" files And the contents of wc file "foo.rb" in the new copy should be "Never gonna make you cry" When I replace "foo.rb" contents with "Never gonna say goodbye" And I create a wc file named "bar.rb" And I add "bar.rb" to the index And I commit my changes with message "Yarr! This is another commit." Then if I update my new working copy, it should have "2" files And the contents of wc file "foo.rb" in the new copy should be "Never gonna say goodbye"
Version data entries
25 entries across 25 versions & 2 rubygems