░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/lib/ruby/gems/3.1.0/gems/test-unit-3.5.3/sample
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: test_user.rb
# nested test case example. require 'test/unit' class UserTest < Test::Unit::TestCase def setup @user = "me" end def test_full_name assert_equal("me", @user) end class ProfileTest < UserTest setup def setup_profile @user += ": profile" end def test_has_profile assert_match(/: profile/, @user) end end end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 adder.rb
RB
249 B
2025-03-26 04:20
EDIT
📄 subtracter.rb
RB
258 B
2025-03-26 04:20
EDIT
📄 test_adder.rb
RB
395 B
2025-03-26 04:20
EDIT
📄 test_subtracter.rb
RB
440 B
2025-03-26 04:20
EDIT
📄 test_user.rb
RB
362 B
2025-03-26 04:20
EDIT