Remove HolyGrail, not worth it yet

This commit is contained in:
Eric Davis
2010-10-05 14:41:03 -07:00
parent 67469c9d94
commit ac2a9ddbf0
4 changed files with 0 additions and 34 deletions
@@ -46,7 +46,6 @@ class DeliverablesEditTest < ActionController::IntegrationTest
end
assert_select "select#fixed_deliverable_type", :count => 0 # Not editable
assert js("jQuery('#fixed_deliverable_total_input').is(':visible')"), "Total is hidden when it should be visible"
within("#deliverable-details") do
fill_in "Title", :with => 'An updated title'
@@ -76,7 +75,6 @@ class DeliverablesEditTest < ActionController::IntegrationTest
end
assert_select "select#hourly_deliverable_type", :count => 0 # Not editable
assert js("jQuery('#hourly_deliverable_total_input').is(':hidden')"), "Total is visible when it should be hidden"
within("#deliverable-details") do
fill_in "Title", :with => 'An updated title'