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.
This commit is contained in:
unknown
2009-03-17 21:43:05 -04:00
parent d8d1d4cc64
commit fcf5bd860d

View File

@@ -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