lib/testlab/provisioners/shell.rb in testlab-0.5.4 vs lib/testlab/provisioners/shell.rb in testlab-0.6.0
- old
+ new
@@ -30,20 +30,9 @@
end
true
end
- # Shell Provisioner Container Teardown
- #
- # This is a NO-OP currently.
- #
- # @return [Boolean] True if successful.
- def teardown(container)
- # NOOP
-
- true
- end
-
end
end
end