Sha256: 6c3bae08352059adb131014a6a15c719590b500ca40746f652d3c03dbf67aae7
Contents?: true
Size: 495 Bytes
Versions: 51
Compression:
Stored size: 495 Bytes
Contents
require 'test_helper' module RedhatAccess class TelemetryConfigurationControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end test "should get create" do get :create assert_response :success end test "should get update" do get :update assert_response :success end test "should get destroy" do get :destroy assert_response :success end end end
Version data entries
51 entries across 51 versions & 1 rubygems