Remove fit

This commit is contained in:
Martin Lensment 2015-02-13 11:41:45 +02:00
parent add2accda7
commit 7e00308f85

View file

@ -56,7 +56,7 @@ describe Registrar do
end
end
fit 'should return full address' do
it 'should return full address' do
@registrar.address.should == 'Street 999, Town, County, Postal'
end
end