Sha256: d3d3d427a6d096c917c8bfbeccbd0da23e4355834eb98785a978fc21fffab893
Contents?: true
Size: 290 Bytes
Versions: 3
Compression:
Stored size: 290 Bytes
Contents
require 'test_helper' module PayolaSpy class StripeWebhooksControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end test "should get show" do get :show assert_response :success end end end
Version data entries
3 entries across 3 versions & 1 rubygems