Sha256: b08c7d37c11122f6acca13ac158003de22ac4def8eb0f54396b4c58faf110510
Contents?: true
Size: 1.81 KB
Versions: 0
Compression: gzip
Compressed size: 643 Bytes
Stored size: 643 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.8.11 specification_version: 1 name: hardmock version: !ruby/object:Gem::Version version: 1.1.0 date: 2006-12-10 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: authors: - David Crosby files: - lib/hardmock.rb - lib/method_cleanout.rb - test/test_helper.rb - test/unit/verify_error_test.rb - test/unit/mock_test.rb - test/unit/method_cleanout_test.rb - test/unit/trapper_test.rb - test/unit/mock_control_test.rb - test/unit/expector_test.rb - test/unit/simple_expectation_test.rb - test/unit/expectation_builder_test.rb - test/functional/direct_mock_usage_test.rb - test/functional/hardmock_test.rb - test/functional/assert_error_test.rb - test/functional/auto_verify_test.rb - LICENSE - Rakefile - README - CHANGES test_files: - test/unit/verify_error_test.rb - test/unit/mock_test.rb - test/unit/method_cleanout_test.rb - test/unit/trapper_test.rb - test/unit/mock_control_test.rb - test/unit/expector_test.rb - test/unit/simple_expectation_test.rb - test/unit/expectation_builder_test.rb - test/functional/direct_mock_usage_test.rb - test/functional/hardmock_test.rb - test/functional/assert_error_test.rb - test/functional/auto_verify_test.rb rdoc_options: - --line-numbers - --inline-source - --main - README - --title - Hardmock extra_rdoc_files: - README - CHANGES - LICENSE executables: [] extensions: [] requirements: [] dependencies: []