Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The download link on rubykoans.com results in a different folder than cloning the repo #52

Open
yanqui-uxo opened this issue Aug 24, 2023 · 1 comment
Assignees

Comments

@yanqui-uxo
Copy link

For example, the Rakefile in the rubykoans.com download is just this:

#!/usr/bin/env ruby
# -*- ruby -*-

require 'rake/clean'
require 'rake/testtask'

task :default => :test

task :test do
  ruby 'path_to_enlightenment.rb'
end

while the Rakefile in the repository is much longer.

rake gen and rake regen are not even supported by the rubykoans.com download, even though it's mentioned in the accompanying readme.

@tonywok
Copy link
Member

tonywok commented Aug 25, 2023

I believe that is by design. 😅

The Rakefile you see in this source code is for building the ruby koans project itself -- whereas the Rakefile in the source of rubykoans.com is meant for working through the koans.

Perhaps this could be clarified in the readme?

@tonywok tonywok closed this as completed Aug 25, 2023
@tonywok tonywok reopened this Aug 25, 2023
@tonywok tonywok self-assigned this Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants