OSDN Git Service

Add hello controller.
[example/hello.git] / test / controllers / hello_controller_test.rb
1 require 'test_helper'
2
3 class HelloControllerTest < ActionController::TestCase
4   test "should get index" do
5     get :index
6     assert_response :success
7   end
8
9 end