mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-17 07:53:20 -04:00
Change EdgeCase to Neo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
require File.expand_path(File.dirname(__FILE__) + '/edgecase')
|
||||
require File.expand_path(File.dirname(__FILE__) + '/neo')
|
||||
|
||||
class AboutRegularExpressions < EdgeCase::Koan
|
||||
class AboutRegularExpressions < Neo::Koan
|
||||
def test_a_pattern_is_a_regular_expression
|
||||
assert_equal __(Regexp), /pattern/.class
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user