Sha256: 3660b8e99e7fa6bf2a1ff650f15dbdcb74cc0024bbf58741cd961360c5dc0a07
Contents?: true
Size: 1.5 KB
Versions: 0
Compression: gzip
Compressed size: 698 Bytes
Stored size: 698 Bytes
Contents
--- !ruby/object:Gem::Specification name: afurmanov-clicase version: !ruby/object:Gem::Version version: 0.1.10 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: Gem extending Shoulda or Test::Unit with macros for testing command line apps. test_files: - test/shoulda/cli_test.rb - test/unit/cli_test.rb