view test/controllers/static_controller_test.rb @ 30:205c0b5d9f44

Whoops, expires_in accidentally as key name.
author edogawaconan <me@myconan.net>
date Thu, 18 Sep 2014 09:29:07 +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