initial library setup
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
require 'helper'
|
||||
|
||||
class RepoTest < Test::Unit::TestCase
|
||||
def test_repo_creation
|
||||
repo = Gollum::Repo.new("examples/lotr")
|
||||
assert_equal "examples/lotr", repo.path
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user