1
0
mirror of https://github.com/danog/gift.git synced 2024-11-30 04:19:37 +01:00
gift/test/index.test.coffee

11 lines
242 B
CoffeeScript
Raw Normal View History

2012-02-15 15:51:45 +01:00
should = require 'should'
git = require '../src'
Repo = require '../src/repo'
describe "git", ->
describe "()", ->
repo = git "#{__dirname}/fixtures/simple"
it "returns a Repo", ->
repo.should.be.an.instanceof Repo