require 'helper'
class TestHello< Test::Unit::TestCase
should 'return hello' do
get '/hello'
assert last_response.ok?
assert_equal 'hello', last_response.body
end
end
さっきのプラグインのテスト
21.
How to contribute
•Google GroupとLingrチャットに入る
(何をすべきかなど話し合われています)
• Github Issuesにあるものや気に入らない点
を修正する
• Pull Requestを送る