--- !ruby/object:Gem::Specification name: rspec_candy version: !ruby/object:Gem::Version version: 0.5.1 platform: ruby authors: - Henning Koch - Tobias Kraze autorequire: bindir: bin cert_chain: [] date: 2018-02-14 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sneaky-save requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: RSpec helpers and matchers we use in our daily work at makandra. email: henning.koch@makandra.de executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .ruby-version - .travis.yml - LICENSE - README.md - Rakefile - gemfiles/Gemfile.rspec1-rails2 - gemfiles/Gemfile.rspec1-rails2.lock - gemfiles/Gemfile.rspec2-rails3 - gemfiles/Gemfile.rspec2-rails3.lock - gemfiles/Gemfile.rspec3-rails4 - gemfiles/Gemfile.rspec3-rails4.lock - lib/rspec_candy.rb - lib/rspec_candy/all.rb - lib/rspec_candy/base.rb - lib/rspec_candy/helpers.rb - lib/rspec_candy/helpers/disposable_copy.rb - lib/rspec_candy/helpers/it_should_act_like.rb - lib/rspec_candy/helpers/new_with_stubs.rb - lib/rspec_candy/helpers/rails/prevent_storage.rb - lib/rspec_candy/helpers/rails/store_with_values.rb - lib/rspec_candy/helpers/should_receive_and_execute.rb - lib/rspec_candy/helpers/should_receive_and_return.rb - lib/rspec_candy/helpers/should_receive_chain.rb - lib/rspec_candy/helpers/stub_any_instance.rb - lib/rspec_candy/helpers/stub_existing.rb - lib/rspec_candy/matchers.rb - lib/rspec_candy/matchers/be_same_number_as.rb - lib/rspec_candy/matchers/be_same_second_as.rb - lib/rspec_candy/matchers/include_hash.rb - lib/rspec_candy/switcher.rb - lib/rspec_candy/version.rb - rspec_candy.gemspec - spec/rspec_candy/helpers/disposable_copy_spec.rb - spec/rspec_candy/helpers/it_should_act_like_spec.rb - spec/rspec_candy/helpers/new_with_stubs_spec.rb - spec/rspec_candy/helpers/rails/prevent_storage_spec.rb - spec/rspec_candy/helpers/rails/store_with_values_spec.rb - spec/rspec_candy/helpers/should_receive_and_execute_spec.rb - spec/rspec_candy/helpers/should_receive_and_return_spec.rb - spec/rspec_candy/helpers/should_receive_chain_spec.rb - spec/rspec_candy/helpers/stub_any_instance_spec.rb - spec/rspec_candy/helpers/stub_existing_spec.rb - spec/rspec_candy/matchers/be_same_number_as_spec.rb - spec/rspec_candy/matchers/be_same_second_as_spec.rb - spec/rspec_candy/matchers/include_hash_spec.rb - spec/shared_examples/.keep - spec/spec_helper.rb - spec/support/database.rb - spec/support/database_cleaner.rb - spec/support/matchers/pass_as_describe_block.rb - spec/support/matchers/pass_as_example.rb - spec/support/models.rb homepage: https://github.com/makandra/rspec_candy licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.6.13 signing_key: specification_version: 4 summary: RSpec helpers and matchers we use in our daily work at makandra. test_files: []