mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 15:23:19 -04:00
Added src directory
This commit is contained in:
11
src/first_test.rb
Normal file
11
src/first_test.rb
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user