Skip to content

Commit

Permalink
Adding basic specs for GitHub & LinkedIn
Browse files Browse the repository at this point in the history
  • Loading branch information
brycethornton committed Dec 21, 2010
1 parent 24fa614 commit 1dd3542
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions oa-oauth/spec/omniauth/strategies/github_spec.rb
@@ -0,0 +1,5 @@
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')

describe OmniAuth::Strategies::GitHub do
it_should_behave_like "an oauth2 strategy"
end
5 changes: 5 additions & 0 deletions oa-oauth/spec/omniauth/strategies/linked_in_spec.rb
@@ -0,0 +1,5 @@
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')

describe OmniAuth::Strategies::LinkedIn do
it_should_behave_like "an oauth strategy"
end

0 comments on commit 1dd3542

Please sign in to comment.