diff options
Diffstat (limited to 'test/unit/area_code_test.rb')
-rw-r--r-- | test/unit/area_code_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/area_code_test.rb b/test/unit/area_code_test.rb index 10c7c08..d59b290 100644 --- a/test/unit/area_code_test.rb +++ b/test/unit/area_code_test.rb @@ -2,6 +2,6 @@ require 'test_helper' class AreaCodeTest < ActiveSupport::TestCase def test_should_have_a_valid_factory - assert Factory.build(:area_code).valid? + assert FactoryGirl.build(:area_code).valid? end end |