vaguerent/test/vagrant/plugin_test.rb
2010-09-14 23:10:51 -06: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