1..8 # ->configure() ok 1 - ->configure() throws an InvalidArgumentException if a country does not exist ok 2 - ->configure() can restrict the number of countries with the countries option # ->render() ok 3 - ->render() renders all countries as option tags ok 4 - ->render() renders all countries as option tags ok 5 - ->render() does not contain dummy data ok 6 - ->render() does not contain region data # add_empty ok 7 - ->render() renders an empty option if add_empty is true ok 8 - ->render() renders an empty option if add_empty is true # Looks like everything went fine.