mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Evernote should work on JRuby 1.6.1.
This commit is contained in:
parent
9cc6a982de
commit
85a8cc98e2
2 changed files with 3 additions and 6 deletions
|
@ -5,4 +5,3 @@ rvm:
|
|||
- jruby
|
||||
- rbx
|
||||
- ree
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
unless defined?(JRUBY_VERSION)
|
||||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
|
||||
describe OmniAuth::Strategies::Evernote do
|
||||
it_should_behave_like "an oauth strategy"
|
||||
end
|
||||
describe OmniAuth::Strategies::Evernote do
|
||||
it_should_behave_like "an oauth strategy"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue