is( $cmb->continent(), 'continent',
'continent() should return continent entry' );
is( $cmb->country(), 'country', 'country() should return country entry' );
-is( $cmb->url(), 'http', 'url() should return best url entry' );
+is( $cmb->url(), 'ftp', 'url() should return best url entry' );
__END__
# Local Variables: