# -*- encoding: utf-8 -*- # stub: rspec_candy 0.5.1 ruby lib Gem::Specification.new do |s| s.name = "rspec_candy".freeze s.version = "0.5.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Henning Koch".freeze, "Tobias Kraze".freeze] s.date = "2018-02-14" s.description = "RSpec helpers and matchers we use in our daily work at makandra.".freeze s.email = "henning.koch@makandra.de".freeze s.files = [".gitignore".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "gemfiles/Gemfile.rspec1-rails2".freeze, "gemfiles/Gemfile.rspec1-rails2.lock".freeze, "gemfiles/Gemfile.rspec2-rails3".freeze, "gemfiles/Gemfile.rspec2-rails3.lock".freeze, "gemfiles/Gemfile.rspec3-rails4".freeze, "gemfiles/Gemfile.rspec3-rails4.lock".freeze, "lib/rspec_candy.rb".freeze, "lib/rspec_candy/all.rb".freeze, "lib/rspec_candy/base.rb".freeze, "lib/rspec_candy/helpers.rb".freeze, "lib/rspec_candy/helpers/disposable_copy.rb".freeze, "lib/rspec_candy/helpers/it_should_act_like.rb".freeze, "lib/rspec_candy/helpers/new_with_stubs.rb".freeze, "lib/rspec_candy/helpers/rails/prevent_storage.rb".freeze, "lib/rspec_candy/helpers/rails/store_with_values.rb".freeze, "lib/rspec_candy/helpers/should_receive_and_execute.rb".freeze, "lib/rspec_candy/helpers/should_receive_and_return.rb".freeze, "lib/rspec_candy/helpers/should_receive_chain.rb".freeze, "lib/rspec_candy/helpers/stub_any_instance.rb".freeze, "lib/rspec_candy/helpers/stub_existing.rb".freeze, "lib/rspec_candy/matchers.rb".freeze, "lib/rspec_candy/matchers/be_same_number_as.rb".freeze, "lib/rspec_candy/matchers/be_same_second_as.rb".freeze, "lib/rspec_candy/matchers/include_hash.rb".freeze, "lib/rspec_candy/switcher.rb".freeze, "lib/rspec_candy/version.rb".freeze, "rspec_candy.gemspec".freeze, "spec/rspec_candy/helpers/disposable_copy_spec.rb".freeze, "spec/rspec_candy/helpers/it_should_act_like_spec.rb".freeze, "spec/rspec_candy/helpers/new_with_stubs_spec.rb".freeze, "spec/rspec_candy/helpers/rails/prevent_storage_spec.rb".freeze, "spec/rspec_candy/helpers/rails/store_with_values_spec.rb".freeze, "spec/rspec_candy/helpers/should_receive_and_execute_spec.rb".freeze, "spec/rspec_candy/helpers/should_receive_and_return_spec.rb".freeze, "spec/rspec_candy/helpers/should_receive_chain_spec.rb".freeze, "spec/rspec_candy/helpers/stub_any_instance_spec.rb".freeze, "spec/rspec_candy/helpers/stub_existing_spec.rb".freeze, "spec/rspec_candy/matchers/be_same_number_as_spec.rb".freeze, "spec/rspec_candy/matchers/be_same_second_as_spec.rb".freeze, "spec/rspec_candy/matchers/include_hash_spec.rb".freeze, "spec/shared_examples/.keep".freeze, "spec/spec_helper.rb".freeze, "spec/support/database.rb".freeze, "spec/support/database_cleaner.rb".freeze, "spec/support/matchers/pass_as_describe_block.rb".freeze, "spec/support/matchers/pass_as_example.rb".freeze, "spec/support/models.rb".freeze] s.homepage = "https://github.com/makandra/rspec_candy".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "RSpec helpers and matchers we use in our daily work at makandra.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end