--- !ruby/object:Gem::Specification 
name: fixture_background
version: !ruby/object:Gem::Version 
  prerelease: false
  segments: 
  - 0
  - 9
  - 9
  version: 0.9.9
platform: ruby
authors: 
- Thies C. Arntzen
- Norman Timmler
autorequire: 
bindir: bin
cert_chain: []

date: 2011-04-06 00:00:00 +02:00
default_executable: 
dependencies: []

description: Generate fixtures from factories _in_ you testcode to speedup test-runs
email: 
- dev+fixture_background@tmp8.de
executables: []

extensions: []

extra_rdoc_files: []

files: 
- .gitignore
- Gemfile
- MIT-LICENSE
- README.rdoc
- Rakefile
- TODO
- fixture_background.gemspec
- lib/fixture_background.rb
- lib/fixture_background/active_support/test_case.rb
- lib/fixture_background/background.rb
- lib/fixture_background/generator.rb
- lib/fixture_background/ivars.rb
- lib/fixture_background/mini_test/test_case.rb
- lib/fixture_background/shoulda.rb
- lib/fixture_background/version.rb
- test/rails3/.gitignore
- test/rails3/Gemfile
- test/rails3/Gemfile.lock
- test/rails3/README
- test/rails3/Rakefile
- test/rails3/app/controllers/application_controller.rb
- test/rails3/app/controllers/namespaced/posts_controller.rb
- test/rails3/app/controllers/people_controller.rb
- test/rails3/app/helpers/application_helper.rb
- test/rails3/app/helpers/people_helper.rb
- test/rails3/app/models/person.rb
- test/rails3/app/models/post.rb
- test/rails3/app/views/layouts/application.html.erb
- test/rails3/app/views/people/_form.html.erb
- test/rails3/app/views/people/edit.html.erb
- test/rails3/app/views/people/index.html.erb
- test/rails3/app/views/people/new.html.erb
- test/rails3/app/views/people/show.html.erb
- test/rails3/config.ru
- test/rails3/config/application.rb
- test/rails3/config/boot.rb
- test/rails3/config/database.yml
- test/rails3/config/environment.rb
- test/rails3/config/environments/development.rb
- test/rails3/config/environments/production.rb
- test/rails3/config/environments/test.rb
- test/rails3/config/initializers/backtrace_silencers.rb
- test/rails3/config/initializers/inflections.rb
- test/rails3/config/initializers/mime_types.rb
- test/rails3/config/initializers/secret_token.rb
- test/rails3/config/initializers/session_store.rb
- test/rails3/config/locales/en.yml
- test/rails3/config/routes.rb
- test/rails3/db/migrate/20110127093735_create_people.rb
- test/rails3/db/migrate/20110406091431_create_posts.rb
- test/rails3/db/schema.rb
- test/rails3/db/seeds.rb
- test/rails3/doc/README_FOR_APP
- test/rails3/lib/tasks/.gitkeep
- test/rails3/public/404.html
- test/rails3/public/422.html
- test/rails3/public/500.html
- test/rails3/public/favicon.ico
- test/rails3/public/images/rails.png
- test/rails3/public/index.html
- test/rails3/public/javascripts/application.js
- test/rails3/public/javascripts/controls.js
- test/rails3/public/javascripts/dragdrop.js
- test/rails3/public/javascripts/effects.js
- test/rails3/public/javascripts/prototype.js
- test/rails3/public/javascripts/rails.js
- test/rails3/public/robots.txt
- test/rails3/public/stylesheets/.gitkeep
- test/rails3/public/stylesheets/scaffold.css
- test/rails3/script/rails
- test/rails3/test/functional/namespaced/posts_controller_test.rb
- test/rails3/test/functional/people_controller_test.rb
- test/rails3/test/performance/browsing_test.rb
- test/rails3/test/test_helper.rb
- test/rails3/test/unit/helpers/people_helper_test.rb
- test/rails3/test/unit/person_test.rb
- test/rails3/vendor/plugins/.gitkeep
has_rdoc: true
homepage: https://github.com/tmp8/fixture_background
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.3.7
signing_key: 
specification_version: 3
summary: Generate fixtures from factories _in_ you testcode to speedup test-runs
test_files: 
- test/rails3/.gitignore
- test/rails3/Gemfile
- test/rails3/Gemfile.lock
- test/rails3/README
- test/rails3/Rakefile
- test/rails3/app/controllers/application_controller.rb
- test/rails3/app/controllers/namespaced/posts_controller.rb
- test/rails3/app/controllers/people_controller.rb
- test/rails3/app/helpers/application_helper.rb
- test/rails3/app/helpers/people_helper.rb
- test/rails3/app/models/person.rb
- test/rails3/app/models/post.rb
- test/rails3/app/views/layouts/application.html.erb
- test/rails3/app/views/people/_form.html.erb
- test/rails3/app/views/people/edit.html.erb
- test/rails3/app/views/people/index.html.erb
- test/rails3/app/views/people/new.html.erb
- test/rails3/app/views/people/show.html.erb
- test/rails3/config.ru
- test/rails3/config/application.rb
- test/rails3/config/boot.rb
- test/rails3/config/database.yml
- test/rails3/config/environment.rb
- test/rails3/config/environments/development.rb
- test/rails3/config/environments/production.rb
- test/rails3/config/environments/test.rb
- test/rails3/config/initializers/backtrace_silencers.rb
- test/rails3/config/initializers/inflections.rb
- test/rails3/config/initializers/mime_types.rb
- test/rails3/config/initializers/secret_token.rb
- test/rails3/config/initializers/session_store.rb
- test/rails3/config/locales/en.yml
- test/rails3/config/routes.rb
- test/rails3/db/migrate/20110127093735_create_people.rb
- test/rails3/db/migrate/20110406091431_create_posts.rb
- test/rails3/db/schema.rb
- test/rails3/db/seeds.rb
- test/rails3/doc/README_FOR_APP
- test/rails3/lib/tasks/.gitkeep
- test/rails3/public/404.html
- test/rails3/public/422.html
- test/rails3/public/500.html
- test/rails3/public/favicon.ico
- test/rails3/public/images/rails.png
- test/rails3/public/index.html
- test/rails3/public/javascripts/application.js
- test/rails3/public/javascripts/controls.js
- test/rails3/public/javascripts/dragdrop.js
- test/rails3/public/javascripts/effects.js
- test/rails3/public/javascripts/prototype.js
- test/rails3/public/javascripts/rails.js
- test/rails3/public/robots.txt
- test/rails3/public/stylesheets/.gitkeep
- test/rails3/public/stylesheets/scaffold.css
- test/rails3/script/rails
- test/rails3/test/functional/namespaced/posts_controller_test.rb
- test/rails3/test/functional/people_controller_test.rb
- test/rails3/test/performance/browsing_test.rb
- test/rails3/test/test_helper.rb
- test/rails3/test/unit/helpers/people_helper_test.rb
- test/rails3/test/unit/person_test.rb
- test/rails3/vendor/plugins/.gitkeep