Sha256: c7fa3390208247f7d50f5570b23417043b97645acf1f7080256e5a7a2619a02f
Contents?: true
Size: 325 Bytes
Versions: 44
Compression:
Stored size: 325 Bytes
Contents
require 'test_helper' class PageControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end test "should get test_a" do get :test_a assert_response :success end test "should get test_b" do get :test_b assert_response :success end end
Version data entries
44 entries across 44 versions & 2 rubygems