Sha256: 371bba6b5e7b025fbc025673069950536365cc956ecac9650767eb98635758bc

Contents?: true

Size: 316 Bytes

Versions: 4

Compression:

Stored size: 316 Bytes

Contents

require 'test_helper'

module Billing
  class ModifiersControllerTest < ActionController::TestCase
    setup do
      @modifier = billing_modifiers(:one)
      @account = @modifier.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/modifiers_controller_test.rb
billing-0.0.4a test/controllers/billing/modifiers_controller_test.rb
billing-0.0.4 test/controllers/billing/modifiers_controller_test.rb
billing-0.0.3 test/controllers/billing/modifiers_controller_test.rb