[#6574] Add a TimeEntryActivity to OverheadBudgets

This commit is contained in:
Eric Davis
2011-09-15 10:38:16 -07:00
parent b3b7fa11b0
commit 33e07ee10b
8 changed files with 35 additions and 4 deletions
+3
View File
@@ -2,6 +2,9 @@ require File.dirname(__FILE__) + '/../test_helper'
class OverheadBudgetTest < ActiveSupport::TestCase
should_belong_to :deliverable
should_belong_to :time_entry_activity
should_validate_presence_of :time_entry_activity_id
context "#budget=" do
should "strip dollar signs when writing" do