Skip to content

Commit 45bb897

Browse files
Merge pull request #23 from wazery/master
Fix two simple typos [ci skip]
2 parents 7484b30 + b2d9c28 commit 45bb897

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/dummy/test/controllers/assignments_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

test/forms/project_form_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)