Skip to content

Commit

Permalink
switch from faker to ffaker for faster tests
Browse files Browse the repository at this point in the history
  • Loading branch information
k2052 committed Apr 17, 2012
1 parent 738efbb commit e5afba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'mongomapper_ext', :git => "git://github.com/bookworm/mongomapper_ext.git",
gem 'minitest', "~>2.6.0", :require => "minitest/autorun", :group => "test"
gem 'mini_shoulda', :require => 'mini_shoulda', :group => "test"
gem 'rack-test', :require => "rack/test", :group => "test"
gem 'faker', :require => "faker", :group => "test"
gem 'ffaker', :require => "ffaker", :group => "test"

gem "padrino"
gem "padrino-core"
Expand Down

0 comments on commit e5afba5

Please sign in to comment.