Integration tests for listing from all .gitattributes files

This commit is contained in:
rubyist 2014-05-30 10:39:51 -04:00 committed by Rick Olson
parent f393202f8e
commit 4949f28c6e
14 changed files with 22 additions and 0 deletions

@ -0,0 +1 @@
ref: refs/heads/master

@ -0,0 +1,7 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true

@ -0,0 +1 @@
Unnamed repository; edit this file 'description' to name the repository.

@ -0,0 +1 @@
0000000000000000000000000000000000000000 f554c0ff0e7525ec508b489a720a89819cd5d84a rubyist <scott.barron@github.com> 1401460589 -0400 commit (initial): attributes

@ -0,0 +1 @@
0000000000000000000000000000000000000000 f554c0ff0e7525ec508b489a720a89819cd5d84a rubyist <scott.barron@github.com> 1401460589 -0400 commit (initial): attributes

@ -0,0 +1 @@
f554c0ff0e7525ec508b489a720a89819cd5d84a

@ -81,4 +81,14 @@ TempDir=#{File.join Suite.tmp, "git-media"}
END
end
Suite.test :attributes do |t|
t.command "path",
<<-END
Listing paths
*.jpg (.gitattributes)
*.gif (a/.gitattributes)
*.png (a/b/.gitattributes)
END
end
Suite.run!