Mercurial > rsstweet
view test/controllers/static_controller_test.rb @ 27:efc548be0a3a
Fix logging to stdout in production.
author | edogawaconan <me@myconan.net> |
---|---|
date | Sat, 06 Sep 2014 00:08:18 +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