Remove unneccessary country

This commit is contained in:
Martin Lensment 2015-02-02 12:53:16 +02:00
parent b86e2d1edb
commit 62fa762627
7 changed files with 4 additions and 89 deletions

View file

@ -1,7 +1,6 @@
require 'rails_helper'
describe Registrar do
it { should belong_to(:country) }
it { should have_many(:domains) }
it { should have_many(:api_users) }
it { should have_many(:messages) }