repo.or.cz
/
bloggit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* Reads GUID from filename
[bloggit.git]
/
test
/
unit
/
bloggit_test.rb
blob
b25c3c672987e2584894e35a3299567be69ff96c
1
require File.dirname(__FILE__) + '/../helpers'
2
require 'bloggit'
3
4
class BloggitTest < Test::Unit::TestCase
5
6
should 'Do something?' do
7
end
8
9
end