# Test zapisu pustej specyfikacji
def test_blank
  blank = Spec.new
  assert blank.save, blank.errors.full_messages.join("\n")
end

