Skip to content

Instantly share code, notes, and snippets.

@tenderlove
Created February 26, 2013 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tenderlove/5035267 to your computer and use it in GitHub Desktop.
Save tenderlove/5035267 to your computer and use it in GitHub Desktop.
module A
def test_whatever
flunk 'sucks'
end
end
require 'minitest/autorun'
require 'a'
class BTest < MiniTest::Unit::TestCase
include A
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment