12 lines
308 B
Ruby
12 lines
308 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "fabrication"
|
|
|
|
require "diaspora_federation"
|
|
require "diaspora_federation/test/entity_generator"
|
|
|
|
module DiasporaFederation
|
|
# This module encapsulates helper functions maybe wanted by a testsuite of a diaspora_federation gem user application.
|
|
module Test
|
|
end
|
|
end
|