Merge branch 'master' of github.com:internetee/registry

This commit is contained in:
Andres Keskküla 2014-08-18 12:49:10 +03:00
commit 70d600c487
13 changed files with 130 additions and 36 deletions

View file

@ -34,7 +34,7 @@ describe Contact do
before(:each) { @contact = Fabricate(:contact) }
it 'should return true' do
expect(@contact.valid?).to be true
expect(@contact.valid?).to be true
end
end
end