moving files around a bit

This commit is contained in:
Joe O'Brien
2009-01-26 12:11:46 -05:00
parent b4e4d37cb5
commit 7d59878eaa
36 changed files with 1 additions and 0 deletions

11
koans/first_test.rb Normal file
View File

@@ -0,0 +1,11 @@
require 'test/unit'
class TestSomething < Test::Unit::TestCase
def test_assert
assert true
assert_equal 1, 1
assert_equal 1, 1.0
end
end