mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
7 lines
142 B
Ruby
7 lines
142 B
Ruby
require 'rails_helper'
|
|
|
|
describe Epp::Domain do
|
|
context 'with sufficient settings' do
|
|
let(:domain) { Fabricate(:epp_domain) }
|
|
end
|
|
end
|