Commit 80ae556b56b5c19a3dfd928c631f6e3dbc88ea8d

Authored by Dan Croak
1 parent bc7be0ec

load mocha last

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
config/environments/test.rb
@@ -23,10 +23,6 @@ config.action_mailer.delivery_method = :test @@ -23,10 +23,6 @@ config.action_mailer.delivery_method = :test
23 23
24 # rake gems:install RAILS_ENV=test 24 # rake gems:install RAILS_ENV=test
25 25
26 -config.gem 'jferris-mocha',  
27 - :version => '0.9.5.0.1241126838',  
28 - :source => 'http://gems.github.com',  
29 - :lib => 'mocha'  
30 config.gem 'thoughtbot-factory_girl', 26 config.gem 'thoughtbot-factory_girl',
31 :lib => 'factory_girl', 27 :lib => 'factory_girl',
32 :source => 'http://gems.github.com', 28 :source => 'http://gems.github.com',
@@ -41,6 +37,10 @@ config.gem 'jtrupiano-timecop', @@ -41,6 +37,10 @@ config.gem 'jtrupiano-timecop',
41 :version => '0.2.1' 37 :version => '0.2.1'
42 config.gem 'fakeweb', 38 config.gem 'fakeweb',
43 :version => '>= 1.2.5' 39 :version => '>= 1.2.5'
  40 +config.gem 'jferris-mocha',
  41 + :version => '0.9.5.0.1241126838',
  42 + :source => 'http://gems.github.com',
  43 + :lib => 'mocha'
44 44
45 HOST = 'localhost' 45 HOST = 'localhost'
46 46