Sha256: d6be18cde86fd18518c9d9a83f10c1f9487a5973e8be98458ebbbcdf4168be14
Contents?: true
Size: 354 Bytes
Versions: 4
Compression:
Stored size: 354 Bytes
Contents
require 'test/unit' require 'softledger' class SoftledgerTest < Test::Unit::TestCase def test_english_hello assert_equal "hello world", Softledger.hi("english") end def test_any_hello assert_equal "hello world", Softledger.hi("ruby") end def test_spanish_hello assert_equal "Softledger mundo", Softledger.hi("spanish") end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
softledger-0.0.5 | test/test_softledger.rb |
softledger-0.0.4 | test/test_softledger.rb |
softledger-0.0.3 | test/test_softledger.rb |
softledger-0.0.1 | test/test_softledger.rb |