Skip to content

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

@yanqui-uxo

Description

@yanqui-uxo

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions