view test/controllers/static_controller_test.rb @ 32:89f46bd648f4

Update gems.
author edogawaconan <me@myconan.net>
date Sun, 09 Nov 2014 05:42:13 +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