Method: Goz::User::TestCase#test_sync_with_provider

Defined in:
lib/goz/user/test_case.rb

#test_sync_with_providerObject



45
46
47
48
49
# File 'lib/goz/user/test_case.rb', line 45

def test_sync_with_provider
  return if skip?
  return if @klass == Goz::User
  fail("not implemented")
end