pelle / oauth-plugin

Rails plugin for OAuth
http://stakeventures.com/articles/2009/07/21/consuming-oauth-intelligently-in-rails
MIT License
716 stars 216 forks source link

Change 'require' priority in the oauth_nonce_test.rb template #17

Closed lbadura closed 13 years ago

lbadura commented 13 years ago

The test file created by the provider generator fails to be run. The reason for it that 'oauth/helper' is required before the main test helper. In consequence the 'oauth/helper' cannot be found. I think the main test helper should be required first.

pelle commented 13 years ago

This was pulled in.