mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Change EdgeCase to Neo
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require File.expand_path(File.dirname(__FILE__) + '/edgecase')
|
||||
require File.expand_path(File.dirname(__FILE__) + '/neo')
|
||||
|
||||
class AboutHashes < EdgeCase::Koan
|
||||
class AboutHashes < Neo::Koan
|
||||
def test_creating_hashes
|
||||
empty_hash = Hash.new
|
||||
assert_equal __(Hash), empty_hash.class
|
||||
|
||||
Reference in New Issue
Block a user