Removed unused test code
This commit is contained in:
parent
eaaf55ea8a
commit
e5be4cc2b0
|
@ -3,8 +3,6 @@ require "test_helper"
|
||||||
class VMTest < Test::Unit::TestCase
|
class VMTest < Test::Unit::TestCase
|
||||||
setup do
|
setup do
|
||||||
@env = vagrant_env
|
@env = vagrant_env
|
||||||
|
|
||||||
Net::SSH.stubs(:start)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
context "finding a VM" do
|
context "finding a VM" do
|
||||||
|
|
Loading…
Reference in New Issue