Files
ruby_koans/koans/autotest/discover.rb

4 lines
85 B
Ruby

Autotest.add_discovery do
"rubykoan" if File.exist? 'path_to_enlightenment.rb'
end