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

Version Path
payola_spy-0.0.3 test/controllers/payola_spy/stripe_webhooks_controller_test.rb
payola_spy-0.0.2 test/controllers/payola_spy/stripe_webhooks_controller_test.rb
payola_spy-0.0.1 test/controllers/payola_spy/stripe_webhooks_controller_test.rb