mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
11 lines
194 B
Ruby
11 lines
194 B
Ruby
require 'rails_helper'
|
|
|
|
describe Epp::Domain do
|
|
context 'with sufficient settings' do
|
|
let(:domain) { Fabricate(:epp_domain) }
|
|
|
|
before(:each) do
|
|
create_settings
|
|
end
|
|
end
|
|
end
|