Sha256: 2e43edfd1f9ac2f45ea897131ec96e79d8b131af55c3d8d42b95266c3f8c7ce5
Contents?: true
Size: 400 Bytes
Versions: 1
Compression:
Stored size: 400 Bytes
Contents
require 'test_helper' class TiposExamesControllerTest < ActionController::TestCase test "should get new" do get :new assert_response :success end test "should get index" do get :index assert_response :success end test "should get edit" do get :edit assert_response :success end test "should get show" do get :show assert_response :success end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-sabia-1.0.1 | test/functional/tipos_exames_controller_test.rb |