mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-21 01:03:20 -04:00
Change EdgeCase to Neo
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env ruby
|
||||
# -*- ruby -*-
|
||||
|
||||
require File.expand_path(File.dirname(__FILE__) + '/edgecase')
|
||||
require File.expand_path(File.dirname(__FILE__) + '/neo')
|
||||
|
||||
class AboutAsserts < EdgeCase::Koan
|
||||
class AboutAsserts < Neo::Koan
|
||||
|
||||
# We shall contemplate truth by testing reality, via asserts.
|
||||
def test_assert_truth
|
||||
|
||||
Reference in New Issue
Block a user