Skip to content

Commit

Permalink
Fix already defined constant warning when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tlconnor committed Jun 15, 2012
1 parent da3b6ce commit e7eab82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -6,7 +6,7 @@


require 'libxml' require 'libxml'


require File.dirname(__FILE__) + '/../lib/xero_gateway.rb' require File.dirname(__FILE__) + '/../lib/xero_gateway.rb' unless defined?(XeroGateway)


module TestHelper module TestHelper
# The integration tests can be run against the Xero test environment. You mush have a company set up in the test # The integration tests can be run against the Xero test environment. You mush have a company set up in the test
Expand Down

0 comments on commit e7eab82

Please sign in to comment.