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
You then change `__` to `42` and run the tests again. You should now have fixed the error.
@@ -66,18 +67,7 @@ Before moving on, think about what you are learning.
66
67
67
68
In this specific case, ignore everything except the method name and the parts inside the method. The goal is for you to see that if you pass a value to the proper assertion method method, it will either ensure it is true and continue on, or fail if in fact the statement is false.
68
69
69
-
## License ##
70
+
## Note
70
71
71
-
Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
72
-
73
-
Licensed under the Apache License, Version 2.0 (the "License"); you
74
-
may not use this file except in compliance with the License. You may
75
-
obtain a copy of the License at
76
-
77
-
http://www.apache.org/licenses/LICENSE-2.0
78
-
79
-
Unless required by applicable law or agreed to in writing, software
80
-
distributed under the License is distributed on an "AS IS" BASIS,
81
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
82
-
implied. See the License for the specific language governing permissions
83
-
and limitations under the License.
72
+
These koans have been ripped off from [RxJSKoans](https://github.com/Reactive-Extensions/RxJSKoans)
73
+
and translated to Ruby. Ping me [@fteem](https://twitter.com/fteem) for any feedback, questions or complaints.
0 commit comments