Remove dead test code.

This commit is contained in:
Eric Davis
2010-09-01 17:57:49 -07:00
parent 8f92dcc870
commit 0a33cdefbb
2 changed files with 0 additions and 7 deletions

View File

@@ -182,11 +182,6 @@ class DeliverablesEditTest < ActionController::IntegrationTest
assert_equal 24, @retainer_deliverable.reload.labor_budgets.count # 12 months * 2 records
assert_equal 24, @retainer_deliverable.reload.overhead_budgets.count # 12 months * 2 records
@first_labor_budget = @retainer_deliverable.labor_budgets.first
@first_overhead_budget = @retainer_deliverable.overhead_budgets.first
@last_labor_budget = @retainer_deliverable.labor_budgets.last
@last_overhead_budget = @retainer_deliverable.overhead_budgets.last
visit_contract_page(@contract)
click_link_within "#deliverable_details_#{@retainer_deliverable.id}", 'Edit'
assert_response :success

View File

@@ -26,8 +26,6 @@ class ContractTest < ActiveSupport::TestCase
end
end
should "QUESTION: name be unique"
should "default executed to false" do
@contract = Contract.new