Initial minor changes (grammatical in methods; require -> require_relative in tri...).

This commit is contained in:
smlance
2013-07-09 09:40:01 -04:00
parent 610e219fa5
commit ea66a6d175
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
require File.expand_path(File.dirname(__FILE__) + '/neo')
# You need to write the triangle method in the file 'triangle.rb'
require 'triangle.rb'
require_relative 'triangle.rb'
class AboutTriangleProject < Neo::Koan
def test_equilateral_triangles_have_equal_sides