File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ class AssignmentsControllerTest < ActionController::TestCase
110110 assert_equal "Assignment: Car service was successfully updated." , flash [ :notice ]
111111 end
112112
113- test "should destroy assignmen" do
113+ test "should destroy assignment” do
114114 assert_difference ( 'Assignment.count' , -1 ) do
115115 delete :destroy , id : @assignment
116116 end
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def setup
4848 assert_instance_of ActiveForm ::FormCollection , @contributors_form
4949 end
5050
51- test "project form provides getter methpd fpr project_tags sub-form" do
51+ test "project form provides getter method for project_tags sub-form" do
5252 assert_instance_of ActiveForm ::FormCollection , @project_tags_form
5353 end
5454
You can’t perform that action at this time.
0 commit comments