mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
19 lines
267 B
Swift
19 lines
267 B
Swift
//
|
|
// ObjectSpec.swift
|
|
// SwiftGit2
|
|
//
|
|
// Created by Matt Diephouse on 12/4/14.
|
|
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
|
//
|
|
|
|
import LlamaKit
|
|
import SwiftGit2
|
|
import Nimble
|
|
import Quick
|
|
|
|
class CommitSpec: QuickSpec {
|
|
override func spec() {
|
|
|
|
}
|
|
}
|