Sha256: c5d7faf6e16a8ed6cd8efc452f954f66106e7b542b0bb496cf35dce51d6017ed

Contents?: true

Size: 1.9 KB

Versions: 0

Compression: gzip

Compressed size: 692 Bytes

Stored size: 692 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: not_a_mock
version: !ruby/object:Gem::Version 
  version: 1.0.0
platform: ruby
authors: 
- Pete Yandell
autorequire: 
bindir: bin
cert_chain: []

date: 2010-01-08 00:00:00 +11:00
default_executable: 
dependencies: []

description: 
email: pete@notahat.com
executables: []

extensions: []

extra_rdoc_files: 
- README.rdoc
- TODO
files: 
- .gitignore
- MIT-LICENSE
- README.rdoc
- Rakefile
- TODO
- VERSION
- lib/not_a_mock.rb
- lib/not_a_mock/active_record_extensions.rb
- lib/not_a_mock/argument_constraint_extensions.rb
- lib/not_a_mock/call_recorder.rb
- lib/not_a_mock/matchers.rb
- lib/not_a_mock/matchers/anything_matcher.rb
- lib/not_a_mock/matchers/args_matcher.rb
- lib/not_a_mock/matchers/call_matcher.rb
- lib/not_a_mock/matchers/method_matcher.rb
- lib/not_a_mock/matchers/result_matcher.rb
- lib/not_a_mock/matchers/times_matcher.rb
- lib/not_a_mock/object_extensions.rb
- lib/not_a_mock/rspec_mock_framework_adapter.rb
- lib/not_a_mock/stub.rb
- lib/not_a_mock/stubber.rb
- spec/call_recording_spec.rb
- spec/matchers_spec.rb
- spec/stub_active_record_spec.rb
- spec/stub_instance_spec.rb
- spec/stub_method_spec.rb
has_rdoc: true
homepage: http://notahat.com/not_a_mock
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: A cleaner and DRYer alternative to mocking and stubbing with RSpec
test_files: 
- spec/call_recording_spec.rb
- spec/matchers_spec.rb
- spec/stub_active_record_spec.rb
- spec/stub_instance_spec.rb
- spec/stub_method_spec.rb

Package Spec version

not_a_mock-1.0.0