refactoring on tests

This commit is contained in:
Torsten Ruger
2015-05-15 21:03:11 +03:00
parent b5d44bf2f3
commit 217eda2436
4 changed files with 25 additions and 24 deletions

View File

@ -24,7 +24,7 @@ class ObjectSof < MiniTest::Test
end
def test_basic
@out = Sof::Writer.write(BasicValue.new("name"))
@out = BasicValue.new("name")
check "'name'"
end