Skip to content

Instantly share code, notes, and snippets.

View dan-mi-sun's full-sized avatar

dan ✨ dan-mi-sun

View GitHub Profile
require_relative '../person'
5
6 class AddressBookAppTest < Test::Unit::TestCase
7 include Rack::Test::Methods
8
9 def app
10 Sinatra::Application
11 end
12
13 def test_homepage