Update working dir (if present) when edited via the API. Closes #6.

This commit is contained in:
Tom Preston-Werner
2010-08-24 13:58:05 -07:00
parent 0500c7e10c
commit 94f05b0796
5 changed files with 153 additions and 15 deletions
+6
View File
@@ -18,6 +18,12 @@ def testpath(path)
File.join(TEST_DIR, path)
end
def commit_details
{ :message => "Did something at #{Time.now}",
:name => "Tom Preston-Werner",
:email => "tom@github.com" }
end
# test/spec/mini 3
# http://gist.github.com/25455
# chris@ozmm.org