test/dummy/test/functional/phones_controller_test.rb in phonelib-0.1.3 vs test/dummy/test/functional/phones_controller_test.rb in phonelib-0.2.0

- old
+ new

@@ -2,9 +2,10 @@ class PhonesControllerTest < ActionController::TestCase setup do @phone = phones(:valid_and_possible) + Phonelib.default_country = nil end test "should get index" do get :index assert_response :success