--- !ruby/object:Gem::Specification name: makandra-cucumber_factory version: !ruby/object:Gem::Version version: 0.1.2 platform: ruby authors: - Henning Koch autorequire: bindir: bin cert_chain: [] date: 2009-09-07 00:00:00 -07:00 default_executable: dependencies: [] description: Cucumber Factory allows you to create ActiveRecord models from your Cucumber features without writing step definitions for each model. email: github@makandra.de executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - .gitignore - MIT-LICENSE - README.rdoc - Rakefile - VERSION - cucumber_factory.gemspec - lib/cucumber_factory.rb - lib/cucumber_factory/factory.rb - spec/app_root/app/controllers/application_controller.rb - spec/app_root/app/models/movie.rb - spec/app_root/app/models/user.rb - spec/app_root/config/boot.rb - spec/app_root/config/database.yml - spec/app_root/config/environment.rb - spec/app_root/config/environments/in_memory.rb - spec/app_root/config/environments/mysql.rb - spec/app_root/config/environments/postgresql.rb - spec/app_root/config/environments/sqlite.rb - spec/app_root/config/environments/sqlite3.rb - spec/app_root/config/routes.rb - spec/app_root/db/migrate/001_create_movies.rb - spec/app_root/db/migrate/002_create_users.rb - spec/app_root/lib/console_with_fixtures.rb - spec/app_root/log/.gitignore - spec/app_root/script/console - spec/factory_spec.rb - spec/rcov.opts - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/makandra/cucumber_factory 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: 2 summary: Create records from Cucumber features without writing step definitions. test_files: - spec/app_root/app/models/movie.rb - spec/app_root/app/models/user.rb - spec/app_root/app/controllers/application_controller.rb - spec/app_root/config/environment.rb - spec/app_root/config/environments/mysql.rb - spec/app_root/config/environments/postgresql.rb - spec/app_root/config/environments/sqlite3.rb - spec/app_root/config/environments/in_memory.rb - spec/app_root/config/environments/sqlite.rb - spec/app_root/config/boot.rb - spec/app_root/config/routes.rb - spec/app_root/db/migrate/002_create_users.rb - spec/app_root/db/migrate/001_create_movies.rb - spec/app_root/lib/console_with_fixtures.rb - spec/factory_spec.rb - spec/spec_helper.rb