foo_plugin_test.rb 164 Bytes
require File.dirname(__FILE__) + '/../../../../test/test_helper'

class FooPluginTest < ActiveSupport::TestCase
  def test_foo
    FooPlugin::Bar.create!
  end
end