vaguerent/test/unit/vagrant/plugin_test.rb
2011-08-28 23:10:32 -07:00

10 lines
162 B
Ruby

require "test_helper"
class PluginTest < Test::Unit::TestCase
setup do
@klass = Vagrant::Plugin
end
# This is a pretty tough class to test. TODO.
end