10 lines
162 B
Ruby
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
|