-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlesson12.html
More file actions
36 lines (20 loc) · 975 Bytes
/
lesson12.html
File metadata and controls
36 lines (20 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lesson 12</title>
<link rel="stylesheet" href="css/lesson12.css">
</head>
<body>
<span class="bolder">The Path to Enlightenment<br></span>
<div class="small"> These instructions are for *nix platforms. We also have <a href="as">Windows</a> instructions.</div> <br>
<p>You can run the tests by calling the path.to.enlightenment.rb file
</p>
<p>In your terminal, while in the ruby, koans directory, type:</p>
<div class="box">[ ruby_koans ] $ ruby path_to_enlightement.rb</div>
<p> <h3>Red, Green, Refaktor</h3></p>
<p>In test-driven development (TDD) the mantra has always benn red: write a <br> failing test and run it: green: make the test pass, and refactor: look at the code <br> and see if you can make it even better</p>
</body>
</html>