Sha256: 0c45c76f32c99506923db1612db6224f3234d24e5e64cf9922f4ec07a3e2e3f2
Contents?: true
Size: 652 Bytes
Versions: 14
Compression:
Stored size: 652 Bytes
Contents
module Kaya module Commands def self.install origin=nil begin TaskRack.start([]) puts " A new folder called kaya was created. Check the configuration file with the name kaya_conf. You'll find some configuration values there. Take a look and set your preferences! Enjoy Kaya Thanks " puts "You don't have defined a cucumber.yml file. YOU SHOULD TO USE KAYA :)" if Kaya::Suites.cucumber_yml.empty? puts "Now, you can run bundle install and then `kaya start` command" rescue => e puts "\n\nERROR: #{e}\n\n #{e.backtrace}" end end end end
Version data entries
14 entries across 14 versions & 1 rubygems