Refactor EppDomain to Epp::Domain

This commit is contained in:
Martin Lensment 2015-03-10 14:55:45 +02:00
parent 2c35617745
commit d558b2eed9
7 changed files with 19 additions and 49 deletions

View file

@ -1,6 +1,6 @@
require 'rails_helper'
describe Epp::EppDomain do
describe Epp::Domain do
context 'with sufficient settings' do
let(:domain) { Fabricate(:epp_domain) }