view test/controllers/static_controller_test.rb @ 31:0c877dfa9646

Update gems.
author edogawaconan <me@myconan.net>
date Tue, 04 Nov 2014 10:46:14 +0900
parents 157f7fd136fc
children
line wrap: on
line source

require "test_helper"

class StaticControllerTest < ActionController::TestCase
  test "should get index" do
    get :index
    assert_response :success
  end
end