Change EdgeCase to Neo

This commit is contained in:
Jim Weirich
2013-04-09 10:40:27 -04:00
parent 67750bf9bf
commit 09b03e9b1c
33 changed files with 79 additions and 80 deletions

View File

@@ -1,9 +1,9 @@
require File.expand_path(File.dirname(__FILE__) + '/edgecase')
require File.expand_path(File.dirname(__FILE__) + '/neo')
# You need to write the triangle method in the file 'triangle.rb'
require 'triangle.rb'
class AboutTriangleProject2 < EdgeCase::Koan
class AboutTriangleProject2 < Neo::Koan
# The first assignment did not talk about how to handle errors.
# Let's handle that part now.
def test_illegal_triangles_throw_exceptions