[#4181] Change the Deliverable Save button label.

This commit is contained in:
Eric Davis
2010-06-23 17:04:46 -07:00
parent 6efa89a93f
commit 32f91e8da2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class DeliverablesNewTest < ActionController::IntegrationTest
fill_in "End Date", :with => '2010-12-31'
fill_in "Notes", :with => 'Some notes on the deliverable'
click_button "Create Deliverable"
click_button "Save"
assert_response :success
assert_template 'contracts/show'