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
vagrantup-0.9.1 test/unit_legacy/vagrant/plugin_test.rb
vagrantup-0.9.0 test/unit_legacy/vagrant/plugin_test.rb
vagrantup-0.8.9 test/unit/vagrant/plugin_test.rb
vagrantup-0.8.8 test/unit/vagrant/plugin_test.rb
vagrantup-0.8.7 test/unit/vagrant/plugin_test.rb
vagrantup-0.8.6 test/vagrant/plugin_test.rb
vagrantup-0.8.5 test/vagrant/plugin_test.rb
vagrantup-0.8.4 test/vagrant/plugin_test.rb
vagrantup-0.8.3 test/vagrant/plugin_test.rb
vagrantup-0.8.2 test/vagrant/plugin_test.rb
vagrantup-0.8.10 test/unit/vagrant/plugin_test.rb
vagrantup-0.8.1 test/vagrant/plugin_test.rb
vagrantup-0.8.0 test/vagrant/plugin_test.rb
vagrantup-0.7.8 test/vagrant/plugin_test.rb
vagrantup-0.7.7 test/vagrant/plugin_test.rb
vagrantup-0.7.6 test/vagrant/plugin_test.rb
vagrantup-0.7.5 test/vagrant/plugin_test.rb
vagrantup-0.7.4 test/vagrant/plugin_test.rb
vagrantup-0.7.3 test/vagrant/plugin_test.rb
vagrantup-0.7.2 test/vagrant/plugin_test.rb