Sha256: 84416b7d203b7a66eb7bf8bee58c074f8ee5e285d24195a7ef9f604b23821a58
Contents?: true
Size: 1.49 KB
Versions: 0
Compression: gzip
Compressed size: 697 Bytes
Stored size: 697 Bytes
Contents
--- !ruby/object:Gem::Specification name: afurmanov-clicase version: !ruby/object:Gem::Version version: 0.1.7 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/shoulda/cli_test.rb - test/unit/cli_test.rb