Skip to content

Commit

Permalink
actualizando factory_girl
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavila committed Dec 1, 2009
1 parent 7919ccb commit 163374c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/environments/test.rb
Expand Up @@ -27,7 +27,11 @@
# like if you have constraints or database-specific column types
# config.active_record.schema_format = :sql
config.gem 'thoughtbot-shoulda', :lib => 'shoulda'
config.gem 'thoughtbot-factory_girl', :lib => 'factory_girl'
config.gem(
'factory_girl',
:version => '1.2.3',
:source => 'http://gemcutter.org'
)
#config.gem 'mocha'
config.gem 'jferris-mocha', :lib => 'mocha', :source => 'http://gems.github.com'
config.gem 'fakeweb', :version => '1.2.7'
Expand Down

0 comments on commit 163374c

Please sign in to comment.