10 lines
184 B
Ruby
10 lines
184 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require 'rails_helper'
|
||
|
|
||
|
RSpec.describe UserOmniauth do
|
||
|
subject { create :user_omniauth }
|
||
|
|
||
|
pending "add some examples to (or delete) #{__FILE__}"
|
||
|
end
|