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.
Sinatraアプリで、次のようなルートをテストする必要があります。
post '/xxx' do @yyy.update do |doc| ... ... ... end redirect '/zzz' end
私の問題は、テストから変数@yyy(この場合はクラス)とメソッド'update'を作成するにはどうすればよいですか?