mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-30 04:35:28 -04:00
Connects users to remote web services, as recommended at http://asciicasts.com/episodes/235-omniauth-part-1 In addition, we store "token" and "secret" fields.
6 lines
111 B
Ruby
6 lines
111 B
Ruby
require 'spec_helper'
|
|
|
|
describe Authentication do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|