foo_plugin_test.rb 214 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 require File.dirname(__FILE__) + '/../../../../test/test_helper' class FooPluginTest < ActiveSupport::TestCase def test_foo FooPlugin::Bar.create! end def test_monkey_patch Profile.new.bar end end