config/routes.rb in opro-0.0.1.pre vs config/routes.rb in opro-0.0.1.pre1.0.1

- old
+ new

@@ -3,7 +3,8 @@ match 'oauth/new' => 'oauth/auth#new', :as => 'oauth_new' match '/oauth/authorize' => 'oauth/auth#authorize', :as => 'oauth_authorize' match '/oauth/access_token' => 'oauth/auth#access_token', :as => 'oauth_token' resources :oauth_docs, :controller => 'oauth/docs' + resources :oauth_tests, :controller => 'oauth/tests' resources :oauth_client_applications, :controller => 'oauth/client_application' end \ No newline at end of file