Sha256: 98448ded93374b475cc561cc4d9dde7409ca6057a9713409f4d8d2d53e33e7f2
Contents?: true
Size: 184 Bytes
Versions: 4
Compression:
Stored size: 184 Bytes
Contents
require 'thor' require 'awspec/setup' module Awspec class CLI < Thor desc 'awspec init', 'Generate awspec spec_helper.rb' def init Awspec::Setup.run end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
awspec-0.1.1 | lib/awspec/cli.rb |
awspec-0.1.0 | lib/awspec/cli.rb |
awspec-0.0.2 | lib/awspec/cli.rb |
awspec-0.0.1 | lib/awspec/cli.rb |