Sha256: 384e15db40faaddb11432eca45497abdee667f7002122cd91ced49acab30f1d8

Contents?: true

Size: 312 Bytes

Versions: 4

Compression:

Stored size: 312 Bytes

Contents

require 'test_helper'

module Billing
  class ChargesControllerTest < ActionController::TestCase
    setup do
      @charge = billing_charges(:one)
      @account = @charge.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/charges_controller_test.rb
billing-0.0.4a test/controllers/billing/charges_controller_test.rb
billing-0.0.4 test/controllers/billing/charges_controller_test.rb
billing-0.0.3 test/controllers/billing/charges_controller_test.rb