.
.
.
def test_index
    get :index
    title = assigns(:title)
    assert_equal "RailsSpace", title
    assert_response :success
    assert_template "index"
  end
.
.
.

