Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
foobar() メソッドをテストできるようにアプリ インスタンスにアクセスするにはどうすればよいですか?
class App < Sinatra::Base get '/' do return foobar end def foobar "hello world" end end
何をテストするかは問題ではありません-それは方法です:) => http://www.sinatrarb.com/testing.html