You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: General/SettingUpANewProject.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ If we want to follow the [TDD (test driven development)](https://fr.wikipedia.or
48
48
49
49

50
50
51
-
Next what we need to do is create some tests. We do this by clicking on out test class, choosing a protocol in second from the right part of the Browser, and implementing a test.
51
+
Next what we need to do is create some tests. We do this by clicking on our test class, choosing a protocol in second from the right part of the Browser, and implementing a test.
52
52
53
53
In case there are no protocols to choose from (this happens in cases when we are making our first test), then we need to add a new one. This is done by pressing a right click on *instance side*, going to New protocol option and picking a protocol you need (in our case tests).
0 commit comments