test arreglado
This commit is contained in:
parent
9cf5b9b0db
commit
660fc9d7ad
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class RepositoryTest < ActiveSupport::TestCase
|
||||||
|
|
||||||
assert_equal @usuarie.name,
|
assert_equal @usuarie.name,
|
||||||
@site.repository.rugged
|
@site.repository.rugged
|
||||||
.branches['master'].target.committer[:name]
|
.branches['master'].target.author[:name]
|
||||||
|
|
||||||
Dir.chdir(@site.path) do
|
Dir.chdir(@site.path) do
|
||||||
assert_equal 'nothing to commit, working tree clean',
|
assert_equal 'nothing to commit, working tree clean',
|
||||||
|
|
Loading…
Reference in a new issue