1
0
mirror of https://github.com/danog/gift.git synced 2024-12-02 17:28:15 +01:00
gift/test/fixtures.coffee

13 lines
360 B
CoffeeScript
Raw Normal View History

2012-02-15 15:51:45 +01:00
git = require '../src'
dir = "#{__dirname}/fixtures"
module.exports =
branched: git("#{dir}/branched", true)
checkout: git("#{dir}/checkout", 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)