comparison test/controllers/static_controller_test.rb @ 8:86abbc9ce81b

Add static controller.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 18:33:22 +0900
parents
children 157f7fd136fc
comparison
equal deleted inserted replaced
7:a9d5b12a291f 8:86abbc9ce81b
1 require 'test_helper'
2
3 class StaticControllerTest < ActionController::TestCase
4 test "should get index" do
5 get :index
6 assert_response :success
7 end
8 end