repo.or.cz
/
ruby-mogilefs-client.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
backend: small cleanup to use case statement
[ruby-mogilefs-client.git]
/
test
/
test_fresh.rb
blob
7d03c01d70d8cb1ec917c3f65c6df564890ebe5f
1
# -*- encoding: binary -*-
2
require "./test/fresh"
3
4
class TestMogFresh < Test::Unit::TestCase
5
include TestFreshSetup
6
alias setup setup_mogilefs
7
alias teardown teardown_mogilefs
8
end