Skip to content

Commit

Permalink
Require rack/oauth2 in the appropriate file
Browse files Browse the repository at this point in the history
  • Loading branch information
samwgoldman committed Apr 24, 2012
1 parent bfb6af1 commit 2eb7322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/oauth2_mac_client.feature
Expand Up @@ -5,7 +5,6 @@ Feature: Use OAuth2 MAC client as a test client
require "rspec_api_documentation"
require "rspec_api_documentation/dsl"
require "rack/builder"
require "rack/oauth2"
RspecApiDocumentation.configure do |config|
config.app = Rack::Builder.new do
Expand Down
2 changes: 2 additions & 0 deletions lib/rspec_api_documentation/oauth2_mac_client.rb
@@ -1,3 +1,5 @@
require "rack/oauth2"

module RspecApiDocumentation
class OAuth2MACClient < ClientBase
include WebMock::API
Expand Down

0 comments on commit 2eb7322

Please sign in to comment.