Sha256: 589ad7579de88d0a25e862dee08342a673016d4b962c370a2f20fa6432949d6f

Contents?: true

Size: 289 Bytes

Versions: 3

Compression:

Stored size: 289 Bytes

Contents

require 'test_helper'

module PayolaSpy
  class SubscriptionsControllerTest < 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/subscriptions_controller_test.rb
payola_spy-0.0.2 test/controllers/payola_spy/subscriptions_controller_test.rb
payola_spy-0.0.1 test/controllers/payola_spy/subscriptions_controller_test.rb