Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
factory_girl generators have been moved to factory_girl_rails gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegehard committed Nov 12, 2011
1 parent 04804d1 commit 31a4302
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 72 deletions.
9 changes: 1 addition & 8 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ and add the following to your project's Gemfile

== Notes/Use

Activate individual generators in your *config/application.rb* file, like so:

config.generators do |g|
g.fixture_replacement :factory_girl
end

Now a factory_girl fixture will be generated by default whenever a model is generated.
The Factory Girl generators have moved to {the factory_girl_rails gem}[https://github.com/thoughtbot/factory_girl_rails].

The Haml generators have moved to {the haml-rails gem}[http://github.com/indirect/haml-rails].

Expand All @@ -43,7 +37,6 @@ To avoid overriding the rails built-in Erb template generators this project uses
== Contributors

* DataMapper: José Valim
* Factory Girl: Paul Barry
* Authlogic: Jeff Tucker
* Mongomapper: Jai-Gouk Kim
* MongoMapper: Kristian Mandrup (for 0.8) - needs testing
Expand Down
25 changes: 0 additions & 25 deletions lib/generators/factory_girl/model/model_generator.rb

This file was deleted.

7 changes: 0 additions & 7 deletions lib/generators/factory_girl/model/templates/fixtures.1.rb

This file was deleted.

9 changes: 0 additions & 9 deletions lib/generators/factory_girl/model/templates/fixtures.2.rb

This file was deleted.

22 changes: 0 additions & 22 deletions test/lib/generators/factory_girl/model_generator_test.rb

This file was deleted.

1 change: 0 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def generator_list
:erubis => ['scaffold'],
:simple_form => ['scaffold'],
:formtastic => ['scaffold'],
:factory_girl => ['model'],
:authlogic => ['session'],
:koala => ['install'],
:shoulda => ['controller', 'scaffold']
Expand Down

0 comments on commit 31a4302

Please sign in to comment.