1
0
mirror of https://github.com/danog/gift.git synced 2024-11-30 04:19:37 +01:00
gift/test/fixtures.coffee
Lance Chen d209528ef1
Add test cases and fixtures for gpgsig parsing
Signed-off-by: Lance Chen <cyen0312@gmail.com>
2014-05-18 01:23:02 +08:00

14 lines
403 B
CoffeeScript

git = require '../src'
dir = "#{__dirname}/fixtures"
module.exports =
branched: git("#{dir}/branched", true)
checkout: git("#{dir}/checkout", true)
gpgsigned: git("#{dir}/gpgsigned", true)
remotes: git("#{dir}/remotes", true)
simple: git("#{dir}/simple", true)
status: git("#{dir}/status", true)
submodule: git("#{dir}/submodule", true)
tagged: git("#{dir}/tagged", true)