summaryrefslogtreecommitdiffhomepage
path: root/test_suite.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test_suite.rb')
-rw-r--r--test_suite.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_suite.rb b/test_suite.rb
index a31297e..84d4d5b 100644
--- a/test_suite.rb
+++ b/test_suite.rb
@@ -28,7 +28,7 @@ else
puts "Keyword Arguments Example const not found, skipping test..."
end
-if Object.const_defined? 'BasicStructExample'
+if Object.const_defined? 'Color'
puts " - Basic Struct Example - "
puts "Making a new rgb struct with:"
puts " r: 10, g: 20, b: 30"