From f3af22b96f0a1fa3a467b251f1478c932d43620a Mon Sep 17 00:00:00 2001 From: Bret Pettichord Date: Mon, 12 Oct 2009 23:46:33 -0500 Subject: [PATCH] rename file to match the name of its Koan class --- koans/{about_basics.rb => about_asserts.rb} | 0 koans/path_to_enlightenment.rb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename koans/{about_basics.rb => about_asserts.rb} (100%) diff --git a/koans/about_basics.rb b/koans/about_asserts.rb similarity index 100% rename from koans/about_basics.rb rename to koans/about_asserts.rb diff --git a/koans/path_to_enlightenment.rb b/koans/path_to_enlightenment.rb index f8e323f..79daa79 100644 --- a/koans/path_to_enlightenment.rb +++ b/koans/path_to_enlightenment.rb @@ -1,6 +1,6 @@ # The path to Ruby Enlightenment starts with the following: -require 'about_basics' +require 'about_asserts' require 'about_nil' require 'about_arrays' require 'about_array_assignment'