Sha256: 23a353640f75137ad0c96decf5b0450aa7fe0cbcbf8e773ae646e6f164f5790b
Contents?: true
Size: 296 Bytes
Versions: 3
Compression:
Stored size: 296 Bytes
Contents
require 'test_helper' class C3ControllerTest < ActionController::TestCase test "should get d" do get :d assert_response :success end test "should get e" do get :e assert_response :success end test "should get f" do get :f assert_response :success end end
Version data entries
3 entries across 3 versions & 1 rubygems