File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
jira-wip/src/koans/02_ticket_store Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- /// The core work is now complete: we have implemented the functionality
2- /// we wanted to have in our JIRA clone.
1+ /// The core work is now complete: we have implemented the functionality we wanted to have in
2+ /// our JIRA clone.
33///
4- /// Nonetheless, we still can't probe our system interactively:
5- /// there is no user interface.
4+ /// Nonetheless, we still can't probe our system interactively: there is no user interface.
65/// That will be the focus of the next (and last) section.
76///
87/// Take your time to review what you did - you have come a long way!
@@ -203,8 +202,7 @@ pub mod store_recap {
203202 mod tests {
204203 #[ test]
205204 fn the_next_step_of_your_journey ( ) {
206- // let i_am_ready_to_continue = __;
207- let i_am_ready_to_continue = true ;
205+ let i_am_ready_to_continue = __;
208206
209207 assert ! ( i_am_ready_to_continue) ;
210208 }
You can’t perform that action at this time.
0 commit comments