• Boris Bügling's avatar
    Fix "does not update non-git repo" test · c746a591
    Boris Bügling authored
    The test suggests that the fixture is a non-git repo when in reality it
    is not. Seemingly, the `.git` file in there references a relative path,
    but newer versions of git seem to make it absolute when cloning the
    fixtures. This results in the copied repo being treated as a git repo
    and the test failing. The fix just removes `.git` after copying, making
    the fixture an actual non-git repo :)
    c746a591
Name
Last commit
Last update
..
downloader Loading commit data...
external_sources Loading commit data...
generator Loading commit data...
installer Loading commit data...
sandbox Loading commit data...
target Loading commit data...
user_interface Loading commit data...
command_spec.rb Loading commit data...
config_spec.rb Loading commit data...
downloader_spec.rb Loading commit data...
executable_spec.rb Loading commit data...
external_sources_spec.rb Loading commit data...
hooks_manager_spec.rb Loading commit data...
installer_spec.rb Loading commit data...
library_spec.rb Loading commit data...
project_spec.rb Loading commit data...
resolver_spec.rb Loading commit data...
sandbox_spec.rb Loading commit data...
sources_manager_spec.rb Loading commit data...
target_spec.rb Loading commit data...
user_interface_spec.rb Loading commit data...
validator_spec.rb Loading commit data...