implement openID authentication

This commit is contained in:
Stella Rouzi 2014-06-18 16:58:30 +03:00
parent 37e026a9fb
commit 600adde6ba
23 changed files with 408 additions and 14 deletions

View file

@ -53,6 +53,9 @@ RSpec.configure do |config|
# Includes support/login_macros for feature tests
config.include LoginMacros, type: :feature
# Includes omniauth macro
config.include(OmniauthMacros)
# Includes support/flash for feature tests
config.include Flash, type: :feature
@ -63,3 +66,5 @@ RSpec.configure do |config|
c.syntax = :expect
end
end
OmniAuth.config.test_mode = true