Sha256: 9880502d84c025dc373036d974c966669ca9d30960888287b564b2942601c85c
Contents?: true
Size: 1.54 KB
Versions: 0
Compression: gzip
Compressed size: 694 Bytes
Stored size: 694 Bytes
Contents
--- !ruby/object:Gem::Specification name: afurmanov-clicase version: !ruby/object:Gem::Version version: 0.1.5 platform: ruby authors: - Aleksandr Furmanov autorequire: bindir: bin cert_chain: [] date: 2009-07-29 00:00:00 -07:00 default_executable: dependencies: [] description: CliCase extends TestCase with macros simplifying testing command line apps written in Ruby. These macros allow to specify command line entry point, run command line and assert execution results. Works with Test::Unit or with Shoulda. email: afurmanov@rushpost.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - .gitignore - MIT-LICENSE - README.rdoc - Rakefile - VERSION.yml - clicase.gemspec - lib/clicase.rb - test/cli_app.rb - test/shoulda/cli_test.rb - test/test.rb - test/test_helper.rb - test/unit/cli_test.rb has_rdoc: true homepage: http://github.com/afurmanov/clicase licenses: post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Macros for testing Ruby command line apps with Shoulda or Test::Unit. test_files: - test/cli_app.rb - test/shoulda/cli_test.rb - test/test.rb - test/test_helper.rb - test/unit/cli_test.rb