Sha256: 2110a5eeab203f4d9939205f096be6cfe858e8d59ba7d3b8b1ac21f77484cfea

Contents?: true

Size: 162 Bytes

Versions: 101

Compression:

Stored size: 162 Bytes

Contents

require "test_helper"

class PluginTest < Test::Unit::TestCase
  setup do
    @klass = Vagrant::Plugin
  end

  # This is a pretty tough class to test. TODO.
end

Version data entries

101 entries across 101 versions & 9 rubygems

Version Path
vagrant-1.0.2 test/unit_legacy/vagrant/plugin_test.rb
vagrant-1.0.1 test/unit_legacy/vagrant/plugin_test.rb
vagrant-1.0.0 test/unit_legacy/vagrant/plugin_test.rb
vagrant-0.9.7 test/unit_legacy/vagrant/plugin_test.rb
vagrant-0.9.5 test/unit_legacy/vagrant/plugin_test.rb
vagrant-0.9.4 test/unit_legacy/vagrant/plugin_test.rb
vagrant-0.9.3 test/unit_legacy/vagrant/plugin_test.rb
vagrant-0.9.2 test/unit_legacy/vagrant/plugin_test.rb
vagrant-0.9.1 test/unit_legacy/vagrant/plugin_test.rb
vagrant-0.9.0 test/unit_legacy/vagrant/plugin_test.rb
vagrant-0.8.10 test/unit/vagrant/plugin_test.rb
vagrant-0.8.8 test/unit/vagrant/plugin_test.rb
vagrant-0.8.7 test/unit/vagrant/plugin_test.rb
rvagrant-0.8.7.dev test/unit/vagrant/plugin_test.rb
vagrant-0.8.6 test/vagrant/plugin_test.rb
vagrant-0.8.5 test/vagrant/plugin_test.rb
vagrant-0.8.2 test/vagrant/plugin_test.rb
vagrant-0.8.1 test/vagrant/plugin_test.rb
vagrant-0.7.8 test/vagrant/plugin_test.rb
vagrant-0.7.7 test/vagrant/plugin_test.rb