Skip to content

Commit

Permalink
Fixed invalid require statements
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jul 29, 2010
1 parent 9fcb9af commit cd918db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/whois/answer/parser/saudinic.net.sa_test.rb
@@ -1,6 +1,6 @@
require 'test_helper'
require 'whois/answer/parser/saudinic.net.sa'
require 'whois/answer/parser/whois.nic.net.sa_test'
require 'test/whois/answer/parser/whois.nic.net.sa_test'

class AnswerParserSaudinicNetSaTest < AnswerParserWhoisNicNetSaTest

Expand Down
1 change: 1 addition & 0 deletions test/whois/answer/parser/whois.cnnic.net.cn_test.rb
@@ -1,5 +1,6 @@
require 'test_helper'
require 'whois/answer/parser/whois.cnnic.net.cn'
require 'test/whois/answer/parser/whois.cnnic.cn_test'

class AnswerParserWhoisCnnicNetCnTest < AnswerParserWhoisCnnicCnTest

Expand Down

0 comments on commit cd918db

Please sign in to comment.