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