mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:01:41 +00:00
arreglar un test
This commit is contained in:
parent
70f5d4f001
commit
d3174c6e3f
1 changed files with 3 additions and 1 deletions
|
@ -40,8 +40,10 @@ class RepositoryTest < ActiveSupport::TestCase
|
|||
assert_equal random_branch, @site.repository.default_branch
|
||||
end
|
||||
|
||||
# XXX: En realidad el git-reset no elimina la caché de fetch entonces
|
||||
# nunca tenemos valores mayores a cero.
|
||||
test 'se pueden traer cambios' do
|
||||
assert @site.repository.fetch.is_a?(Integer)
|
||||
assert @site.repository.fetch.zero?
|
||||
end
|
||||
|
||||
test 'se pueden mergear los cambios' do
|
||||
|
|
Loading…
Reference in a new issue