# -*- encoding: utf-8 -*- # stub: shoulda 2.9.0 ruby lib Gem::Specification.new do |s| s.name = "shoulda".freeze s.version = "2.9.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tammer Saleh".freeze] s.date = "2009-02-03" s.email = "tsaleh@thoughtbot.com".freeze s.executables = ["convert_to_should_syntax".freeze] s.extra_rdoc_files = ["README.rdoc".freeze, "CONTRIBUTION_GUIDELINES.rdoc".freeze] s.files = ["CONTRIBUTION_GUIDELINES.rdoc".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/convert_to_should_syntax".freeze, "lib/shoulda.rb".freeze, "lib/shoulda/action_mailer.rb".freeze, "lib/shoulda/action_mailer/assertions.rb".freeze, "lib/shoulda/active_record.rb".freeze, "lib/shoulda/active_record/assertions.rb".freeze, "lib/shoulda/active_record/helpers.rb".freeze, "lib/shoulda/active_record/macros.rb".freeze, "lib/shoulda/active_record/matchers.rb".freeze, "lib/shoulda/active_record/matchers/allow_mass_assignment_of_matcher.rb".freeze, "lib/shoulda/active_record/matchers/allow_value_matcher.rb".freeze, "lib/shoulda/active_record/matchers/association_matcher.rb".freeze, "lib/shoulda/active_record/matchers/ensure_inclusion_of_matcher.rb".freeze, "lib/shoulda/active_record/matchers/ensure_length_of_matcher.rb".freeze, "lib/shoulda/active_record/matchers/have_db_column_matcher.rb".freeze, "lib/shoulda/active_record/matchers/have_index_matcher.rb".freeze, "lib/shoulda/active_record/matchers/have_named_scope_matcher.rb".freeze, "lib/shoulda/active_record/matchers/have_readonly_attribute_matcher.rb".freeze, "lib/shoulda/active_record/matchers/validate_acceptance_of_matcher.rb".freeze, "lib/shoulda/active_record/matchers/validate_numericality_of_matcher.rb".freeze, "lib/shoulda/active_record/matchers/validate_presence_of_matcher.rb".freeze, "lib/shoulda/active_record/matchers/validate_uniqueness_of_matcher.rb".freeze, "lib/shoulda/active_record/matchers/validation_matcher.rb".freeze, "lib/shoulda/assertions.rb".freeze, "lib/shoulda/autoload_macros.rb".freeze, "lib/shoulda/context.rb".freeze, "lib/shoulda/controller.rb".freeze, "lib/shoulda/controller/formats/html.rb".freeze, "lib/shoulda/controller/formats/xml.rb".freeze, "lib/shoulda/controller/helpers.rb".freeze, "lib/shoulda/controller/macros.rb".freeze, "lib/shoulda/controller/resource_options.rb".freeze, "lib/shoulda/helpers.rb".freeze, "lib/shoulda/macros.rb".freeze, "lib/shoulda/private_helpers.rb".freeze, "lib/shoulda/proc_extensions.rb".freeze, "lib/shoulda/rails.rb".freeze, "lib/shoulda/rspec.rb".freeze, "lib/shoulda/tasks.rb".freeze, "lib/shoulda/tasks/list_tests.rake".freeze, "lib/shoulda/tasks/yaml_to_shoulda.rake".freeze, "lib/shoulda/test_unit.rb".freeze, "rails/init.rb".freeze, "test/README".freeze, "test/fail_macros.rb".freeze, "test/fixtures/addresses.yml".freeze, "test/fixtures/friendships.yml".freeze, "test/fixtures/posts.yml".freeze, "test/fixtures/products.yml".freeze, "test/fixtures/taggings.yml".freeze, "test/fixtures/tags.yml".freeze, "test/fixtures/users.yml".freeze, "test/functional/posts_controller_test.rb".freeze, "test/functional/users_controller_test.rb".freeze, "test/matchers/allow_mass_assignment_of_matcher_test.rb".freeze, "test/matchers/allow_value_matcher_test.rb".freeze, "test/matchers/association_matcher_test.rb".freeze, "test/matchers/ensure_inclusion_of_matcher_test.rb".freeze, "test/matchers/ensure_length_of_matcher_test.rb".freeze, "test/matchers/have_db_column_matcher_test.rb".freeze, "test/matchers/have_index_matcher_test.rb".freeze, "test/matchers/have_named_scope_matcher_test.rb".freeze, "test/matchers/have_readonly_attributes_matcher_test.rb".freeze, "test/matchers/validate_acceptance_of_matcher_test.rb".freeze, "test/matchers/validate_numericality_of_matcher_test.rb".freeze, "test/matchers/validate_presence_of_matcher_test.rb".freeze, "test/matchers/validate_uniqueness_of_matcher_test.rb".freeze, "test/model_builder.rb".freeze, "test/other/autoload_macro_test.rb".freeze, "test/other/context_test.rb".freeze, "test/other/convert_to_should_syntax_test.rb".freeze, "test/other/helpers_test.rb".freeze, "test/other/private_helpers_test.rb".freeze, "test/other/should_test.rb".freeze, "test/rails_root/app/controllers/application.rb".freeze, "test/rails_root/app/controllers/posts_controller.rb".freeze, "test/rails_root/app/controllers/users_controller.rb".freeze, "test/rails_root/app/helpers/application_helper.rb".freeze, "test/rails_root/app/helpers/posts_helper.rb".freeze, "test/rails_root/app/helpers/users_helper.rb".freeze, "test/rails_root/app/models/address.rb".freeze, "test/rails_root/app/models/flea.rb".freeze, "test/rails_root/app/models/friendship.rb".freeze, "test/rails_root/app/models/pets/dog.rb".freeze, "test/rails_root/app/models/post.rb".freeze, "test/rails_root/app/models/product.rb".freeze, "test/rails_root/app/models/tag.rb".freeze, "test/rails_root/app/models/tagging.rb".freeze, "test/rails_root/app/models/treat.rb".freeze, "test/rails_root/app/models/user.rb".freeze, "test/rails_root/app/views/layouts/posts.rhtml".freeze, "test/rails_root/app/views/layouts/users.rhtml".freeze, "test/rails_root/app/views/layouts/wide.html.erb".freeze, "test/rails_root/app/views/posts/edit.rhtml".freeze, "test/rails_root/app/views/posts/index.rhtml".freeze, "test/rails_root/app/views/posts/new.rhtml".freeze, "test/rails_root/app/views/posts/show.rhtml".freeze, "test/rails_root/app/views/users/edit.rhtml".freeze, "test/rails_root/app/views/users/index.rhtml".freeze, "test/rails_root/app/views/users/new.rhtml".freeze, "test/rails_root/app/views/users/show.rhtml".freeze, "test/rails_root/config/boot.rb".freeze, "test/rails_root/config/database.yml".freeze, "test/rails_root/config/environment.rb".freeze, "test/rails_root/config/environments/test.rb".freeze, "test/rails_root/config/initializers/new_rails_defaults.rb".freeze, "test/rails_root/config/initializers/shoulda.rb".freeze, "test/rails_root/config/routes.rb".freeze, "test/rails_root/db/migrate/001_create_users.rb".freeze, "test/rails_root/db/migrate/002_create_posts.rb".freeze, "test/rails_root/db/migrate/003_create_taggings.rb".freeze, "test/rails_root/db/migrate/004_create_tags.rb".freeze, "test/rails_root/db/migrate/005_create_dogs.rb".freeze, "test/rails_root/db/migrate/006_create_addresses.rb".freeze, "test/rails_root/db/migrate/007_create_fleas.rb".freeze, "test/rails_root/db/migrate/008_create_dogs_fleas.rb".freeze, "test/rails_root/db/migrate/009_create_products.rb".freeze, "test/rails_root/db/migrate/010_create_friendships.rb".freeze, "test/rails_root/db/migrate/011_create_treats.rb".freeze, "test/rails_root/db/schema.rb".freeze, "test/rails_root/log/sqlite3.log".freeze, "test/rails_root/log/test.log".freeze, "test/rails_root/public/404.html".freeze, "test/rails_root/public/422.html".freeze, "test/rails_root/public/500.html".freeze, "test/rails_root/script/console".freeze, "test/rails_root/script/generate".freeze, "test/rails_root/test/shoulda_macros/custom_macro.rb".freeze, "test/rails_root/vendor/gems/gem_with_macro-0.0.1/shoulda_macros/gem_macro.rb".freeze, "test/rails_root/vendor/plugins/plugin_with_macro/shoulda_macros/plugin_macro.rb".freeze, "test/test_helper.rb".freeze, "test/unit/address_test.rb".freeze, "test/unit/dog_test.rb".freeze, "test/unit/flea_test.rb".freeze, "test/unit/friendship_test.rb".freeze, "test/unit/post_test.rb".freeze, "test/unit/product_test.rb".freeze, "test/unit/tag_test.rb".freeze, "test/unit/tagging_test.rb".freeze, "test/unit/user_test.rb".freeze] s.homepage = "http://thoughtbot.com/projects/shoulda".freeze s.rdoc_options = ["--line-numbers".freeze, "--inline-source".freeze, "--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Making tests easy on the fingers and eyes".freeze end