1
0
Fork 0
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:
Erik Michaels-Ober 2011-04-27 13:58:06 -07:00
parent 9cc6a982de
commit 85a8cc98e2
2 changed files with 3 additions and 6 deletions

View file

@ -5,4 +5,3 @@ rvm:
- jruby
- rbx
- ree

View file

@ -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