Sha256: ade24596c8942ae4d614f3c25a0ad378a03bbb98b263fa3e53a1904b498964a6
Contents?: true
Size: 541 Bytes
Versions: 55
Compression:
Stored size: 541 Bytes
Contents
module Generators module Hobo TestOptions = classy_module do class_option :test_framework, :type => :string, :desc => "Use a specific test framework" class_option :fixtures, :type => :boolean, :desc => "Add the fixture option to the test framework", :default => true class_option :fixture_replacement, :type => :string, :desc => "Use a specific fixture replacement" class_option :update, :type => :boolean, :desc => "Run bundle update to install the missing gems" end end end
Version data entries
55 entries across 55 versions & 1 rubygems