Skip to content

Commit

Permalink
Fix library path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason L Perry committed Sep 12, 2009
1 parent 865a1cc commit a6bafeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/recaptcha_test.rb
Expand Up @@ -2,7 +2,7 @@
require 'rubygems'
require 'builder'
require 'cgi'
require File.dirname(__FILE__) + '/../lib/recaptcha'
require File.dirname(__FILE__) + '/../lib/recaptcha/recaptcha'

class ReCaptchaTest < Test::Unit::TestCase
include Ambethia::ReCaptcha
Expand Down
2 changes: 1 addition & 1 deletion test/verify_recaptcha_test.rb
Expand Up @@ -4,7 +4,7 @@
require 'active_support/vendor' # For loading I18n
require 'mocha'
require 'net/http'
require File.dirname(__FILE__) + '/../lib/recaptcha'
require File.dirname(__FILE__) + '/../lib/recaptcha/recaptcha'

class VerifyReCaptchaTest < Test::Unit::TestCase
def setup
Expand Down

0 comments on commit a6bafeb

Please sign in to comment.