Skip to content

Commit

Permalink
Rails test helper should be required before oauth helper. Otherwise w…
Browse files Browse the repository at this point in the history
…e end up with errors while running the single test file.
  • Loading branch information
Lukasz Badura authored and pelle committed Nov 10, 2010
1 parent 92cb913 commit cf7a2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/oauth_provider/templates/oauth_nonce_test.rb
@@ -1,5 +1,5 @@
require 'oauth/helper'
require File.dirname(__FILE__) + '/../test_helper'
require 'oauth/helper'

class ClientNoneTest < ActiveSupport::TestCase
include OAuth::Helper
Expand Down

0 comments on commit cf7a2c5

Please sign in to comment.