foo_plugin_test.rb 214 Bytes
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