Sha256: c42028a977aee1de9cc42bb697b4a83883b24b0eab793f5a07a790b8601222f8
Contents?: true
Size: 169 Bytes
Versions: 6
Compression:
Stored size: 169 Bytes
Contents
require 'test_helper' class SimulateControllerTest < ActionController::TestCase test "should get failure" do get :failure assert_response :success end end
Version data entries
6 entries across 6 versions & 5 rubygems