labor budget spent.
* Added FixedDeliverable#labor_budget_spent
* Added HourlyDeliverable#labor_budget_spent
* Added an _deliverable_summary_row.html.erb with the new method
They should be only Billable and Overhead.
* Hard coded the options for the Billable select instead of dynamically
pull the values from the Custom Field
* Removed TimeEntryActivity#find_with_billable_values in favor of two new
methods to return a TimeEntryActivity if it is billable or overhead.
`find_billable_activities` and `find_overhead_activities`
* Reworked the TimesheetController hook to use the new methods for finding the
TimeEntryActivities
* Updated RSpec examples
* Added OverheadTimeEntryActivityController which requires administrator access
* Added a partial which will render the HTML options for a select field
* Added some RSpec examples