Sha256: bda1523e5269a421032d91cfa5de459d67cfa56c13a13bf1d324a15e50c73d5b
Contents?: true
Size: 345 Bytes
Versions: 21
Compression:
Stored size: 345 Bytes
Contents
require 'test/unit' require 'app_drone' class AppDroneTest < Test::Unit::TestCase def test_english_hello assert_equal "hello world", Hola.hi("english") end def test_any_hello assert_equal "hello world", Hola.hi("ruby") end def test_spanish_hello assert_equal "hola mundo", Hola.hi("spanish") end end
Version data entries
21 entries across 21 versions & 1 rubygems