Skip to content

Instantly share code, notes, and snippets.

@bhenderson
Forked from tenderlove/a.rb
Created February 26, 2013 04:40
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 bhenderson/5035952 to your computer and use it in GitHub Desktop.
Save bhenderson/5035952 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