Sha256: 99f5fcec729d0b8dbb23cff5421e121a3792a621182c301c88a88b71e0c1ad9b

Contents?: true

Size: 223 Bytes

Versions: 22

Compression:

Stored size: 223 Bytes

Contents

require 'test/unit'

# Tests the subutai_hooks module
class SubutaiHooksTest < Test::Unit::TestCase
  def setup
    # Do nothing
  end

  def test_bogus
    puts 'bogus test'
  end

  def teardown
    # Do nothing
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
vagrant-subutai-1.0.1 test/subutai_hooks_test.rb
vagrant-subutai-1.0.0 test/subutai_hooks_test.rb