Sha256: c137694755163429875e0af825b1fe40147e3529033274a47eaf8dcc1d034266

Contents?: true

Size: 312 Bytes

Versions: 4

Compression:

Stored size: 312 Bytes

Contents

require 'test_helper'

module Billing
  class PaymentsControllerTest < ActionController::TestCase
    setup do
      @payment = billing_payments(:one)
      @account = @payment.account  
    end

    test "should get new" do
      get :new, account_id: @account
      assert_response :success
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
billing-0.0.4b test/controllers/billing/payments_controller_test.rb
billing-0.0.4a test/controllers/billing/payments_controller_test.rb
billing-0.0.4 test/controllers/billing/payments_controller_test.rb
billing-0.0.3 test/controllers/billing/payments_controller_test.rb