Sha256: 0cf198b172411b09a21dfded2a18aa579e6d6b3f2dec2330f722e46a436914f2
Contents?: true
Size: 403 Bytes
Versions: 1
Compression:
Stored size: 403 Bytes
Contents
require 'test_helper' class Admin::MedicosControllerTest < ActionController::TestCase 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 test "should get new" do get :new assert_response :success end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-sabia-1.0.1 | test/functional/admin/medicos_controller_test.rb |