lib/kitchen/verifier/pester.rb in kitchen-pester-0.1.0 vs lib/kitchen/verifier/pester.rb in kitchen-pester-0.1.1
- old
+ new
@@ -16,11 +16,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require "kitchen/verifier/base"
require 'kitchen/verifier/pester_version'
-require 'pry'
module Kitchen
module Verifier
@@ -56,12 +55,10 @@
# # any further file copies, preparations, etc.
# end
# end
def create_sandbox
super
- #binding.pry
prepare_pester_tests
- #stage test scripts
end
# Generates a command string which will install and configure the
# verifier software on an instance. If no work is required, then `nil`
# will be returned.
\ No newline at end of file