Sha256: 92818fb93394df4fe781a57517d72bcf746999e82b642ea12df71905596e2500
Contents?: true
Size: 1.11 KB
Versions: 59
Compression:
Stored size: 1.11 KB
Contents
#!/usr/bin/env ruby ################################################################################ # # Author: Zachary Patten <zachary AT jovelabs DOT com> # Copyright: Copyright (c) Zachary Patten # License: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ################################################################################ require 'rubygems' require 'bundler/setup' require 'pry' require 'testlab' ENV['LOG_LEVEL'] = 'DEBUG' logger = ZTK::Logger.new(STDOUT) ui = ZTK::UI.new(:logger => logger) l = TestLab.new(:ui => ui, :repo_dir => Dir.pwd) l.boot binding.pry
Version data entries
59 entries across 59 versions & 1 rubygems