Skip to content

Instantly share code, notes, and snippets.

@radar
Created November 29, 2011 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radar/1402816 to your computer and use it in GitHub Desktop.
Save radar/1402816 to your computer and use it in GitHub Desktop.
1. Create a Rakefile as shown here.
2. Run it using `rake default` using Ruby 1.9.3.
3. After observing results, say out loud "huh, that's weird"
require 'test/unit'
task :default do
puts "Not running any tests..."
end
@ldenman
Copy link

ldenman commented Nov 29, 2011

huh, that's weird.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment