--- !ruby/object:Gem::Specification name: rspec_candy version: !ruby/object:Gem::Version hash: 19 prerelease: segments: - 0 - 2 - 2 version: 0.2.2 platform: ruby authors: - Henning Koch - Tobias Kraze autorequire: bindir: bin cert_chain: [] date: 2013-02-15 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime version_requirements: *id001 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 - .travis.yml - README.md - Rakefile - 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/create_without_callbacks.rb - lib/rspec_candy/helpers/rails/it_should_run_callbacks.rb - lib/rspec_candy/helpers/rails/prevent_storage.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/rspec1/Gemfile - spec/rspec1/Rakefile - spec/rspec1/app_root/config/boot.rb - spec/rspec1/app_root/config/database.yml - spec/rspec1/app_root/config/environment.rb - spec/rspec1/app_root/config/environments/in_memory.rb - spec/rspec1/app_root/config/environments/mysql.rb - spec/rspec1/app_root/config/environments/postgresql.rb - spec/rspec1/app_root/config/environments/sqlite.rb - spec/rspec1/app_root/config/environments/sqlite3.rb - spec/rspec1/app_root/config/initializers/state_machine.rb - spec/rspec1/app_root/config/routes.rb - spec/rspec1/app_root/log/.gitignore - spec/rspec1/rcov.opts - spec/rspec1/spec.opts - spec/rspec1/spec_helper.rb - spec/rspec1/switcher_spec.rb - spec/rspec2/.rspec - spec/rspec2/Gemfile - spec/rspec2/Rakefile - spec/rspec2/app_root/.gitignore - spec/rspec2/app_root/config/application.rb - spec/rspec2/app_root/config/boot.rb - spec/rspec2/app_root/config/database.yml - spec/rspec2/app_root/config/environment.rb - spec/rspec2/app_root/config/environments/in_memory.rb - spec/rspec2/app_root/config/environments/mysql.rb - spec/rspec2/app_root/config/environments/postgresql.rb - spec/rspec2/app_root/config/environments/sqlite.rb - spec/rspec2/app_root/config/environments/sqlite3.rb - spec/rspec2/app_root/config/environments/test.rb - spec/rspec2/app_root/config/initializers/backtrace_silencers.rb - spec/rspec2/app_root/config/initializers/inflections.rb - spec/rspec2/app_root/config/initializers/mime_types.rb - spec/rspec2/app_root/config/initializers/secret_token.rb - spec/rspec2/app_root/config/initializers/session_store.rb - spec/rspec2/app_root/config/initializers/state_machine.rb - spec/rspec2/app_root/config/locales/en.yml - spec/rspec2/app_root/config/routes.rb - spec/rspec2/app_root/log/.gitkeep - spec/rspec2/rcov.opts - spec/rspec2/spec_helper.rb - spec/shared/app_root/app/controllers/application_controller.rb - spec/shared/app_root/app/models/model.rb - spec/shared/app_root/app/models/state_machine_model.rb - spec/shared/app_root/config/initializers/state_machine.rb - spec/shared/app_root/db/migrate/001_create_model.rb - spec/shared/app_root/db/migrate/002_create_state_machine_model.rb - spec/shared/rspec_candy/helpers/disposable_copy_spec.rb - spec/shared/rspec_candy/helpers/it_should_act_like_spec.rb - spec/shared/rspec_candy/helpers/new_with_stubs_spec.rb - spec/shared/rspec_candy/helpers/rails/create_without_callbacks_spec.rb - spec/shared/rspec_candy/helpers/rails/it_should_run_callbacks_spec.rb - spec/shared/rspec_candy/helpers/rails/prevent_storage_spec.rb - spec/shared/rspec_candy/helpers/should_receive_and_execute_spec.rb - spec/shared/rspec_candy/helpers/should_receive_and_return_spec.rb - spec/shared/rspec_candy/helpers/should_receive_chain_spec.rb - spec/shared/rspec_candy/helpers/stub_any_instance_spec.rb - spec/shared/rspec_candy/helpers/stub_existing_spec.rb - spec/shared/rspec_candy/matchers/be_same_number_as_spec.rb - spec/shared/rspec_candy/matchers/be_same_second_as_spec.rb - spec/shared/rspec_candy/matchers/include_hash_spec.rb - spec/shared/support/matchers/pass_as_describe_block.rb - spec/shared/support/matchers/pass_as_example.rb has_rdoc: true homepage: https://github.com/makandra/rspec_candy licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.9.5 signing_key: specification_version: 3 summary: RSpec helpers and matchers we use in our daily work at makandra. test_files: []