Skip to content

Commit

Permalink
Removed uneeded requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Tammer Saleh committed Nov 13, 2008
1 parent eb8db44 commit d431c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hoptoad_notifier_test.rb
Expand Up @@ -5,8 +5,8 @@
require 'action_controller'
require 'action_controller/test_process'
require 'active_record'
require 'net/http'
require 'net/https'
# require 'net/http'
# require 'net/https'
require File.join(File.dirname(__FILE__), "..", "lib", "hoptoad_notifier")

RAILS_ROOT = File.join( File.dirname(__FILE__), "rails_root" )
Expand Down

0 comments on commit d431c2d

Please sign in to comment.