Sha256: cf9caf2233ca41921aa4d129219063a13b21888574eb473e43cb63853799a1dc
Contents?: true
Size: 1.83 KB
Versions: 0
Compression: gzip
Compressed size: 654 Bytes
Stored size: 654 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.0 specification_version: 1 name: hardmock version: !ruby/object:Gem::Version version: 1.2.0 date: 2006-12-19 00:00:00 -05:00 summary: A strict, ordered, expectation-oriented mock object library. require_paths: - lib email: crosby@atomicobject.com homepage: http://hardmock.rubyforge.org rubyforge_project: hardmock description: autorequire: hardmock default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: post_install_message: authors: - David Crosby files: - lib/hardmock.rb - lib/method_cleanout.rb - test/test_helper.rb - test/functional/assert_error_test.rb - test/functional/auto_verify_test.rb - test/functional/direct_mock_usage_test.rb - test/functional/hardmock_test.rb - test/unit/expectation_builder_test.rb - test/unit/expector_test.rb - test/unit/method_cleanout_test.rb - test/unit/mock_control_test.rb - test/unit/mock_test.rb - test/unit/simple_expectation_test.rb - test/unit/trapper_test.rb - test/unit/verify_error_test.rb - CHANGES - LICENSE - Rakefile - README test_files: - test/functional/assert_error_test.rb - test/functional/auto_verify_test.rb - test/functional/direct_mock_usage_test.rb - test/functional/hardmock_test.rb - test/unit/expectation_builder_test.rb - test/unit/expector_test.rb - test/unit/method_cleanout_test.rb - test/unit/mock_control_test.rb - test/unit/mock_test.rb - test/unit/simple_expectation_test.rb - test/unit/trapper_test.rb - test/unit/verify_error_test.rb rdoc_options: - --line-numbers - --inline-source - --main - README - --title - Hardmock extra_rdoc_files: - README - CHANGES - LICENSE executables: [] extensions: [] requirements: [] dependencies: []