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,4 +1,4 @@
|
||||
require File.expand_path(File.dirname(__FILE__) + '/edgecase')
|
||||
require File.expand_path(File.dirname(__FILE__) + '/neo')
|
||||
|
||||
# Project: Create a Proxy Class
|
||||
#
|
||||
@@ -42,7 +42,7 @@ end
|
||||
|
||||
# The proxy object should pass the following Koan:
|
||||
#
|
||||
class AboutProxyObjectProject < EdgeCase::Koan
|
||||
class AboutProxyObjectProject < Neo::Koan
|
||||
def test_proxy_method_returns_wrapped_object
|
||||
# NOTE: The Television class is defined below
|
||||
tv = Proxy.new(Television.new)
|
||||
@@ -135,7 +135,7 @@ class Television
|
||||
end
|
||||
|
||||
# Tests for the Television class. All of theses tests should pass.
|
||||
class TelevisionTest < EdgeCase::Koan
|
||||
class TelevisionTest < Neo::Koan
|
||||
def test_it_turns_on
|
||||
tv = Television.new
|
||||
|
||||
|
||||
Reference in New Issue
Block a user