From fcf5bd860dcc09180bfdc1cbbde674b33e636392 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 17 Mar 2009 21:43:05 -0400 Subject: [PATCH] I renamed the class to AboutTriangleAssignment2 as this was messing with the testing order. Using the same class name as the other Triangle Assignment was affecting the testing order, causing this assignment to show up before about_exceptions. --- koans/about_triangle_project_2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koans/about_triangle_project_2.rb b/koans/about_triangle_project_2.rb index f9e4728..a0f2716 100644 --- a/koans/about_triangle_project_2.rb +++ b/koans/about_triangle_project_2.rb @@ -3,7 +3,7 @@ require 'edgecase' # You need to write the triangle method in the file 'triangle.rb' require 'triangle.rb' -class AboutTriangleAssignment < EdgeCase::Koan +class AboutTriangleAssignment2 < EdgeCase::Koan # The first assignment did not talk about how to handle errors. # Let's handle that part now. def test_illegal_triangles_throw_exceptions