소스 검색

one line missed from previous cleanup

marschattha 5 년 전
부모
커밋
cd6d797abb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      test/variant_test.rb

+ 0 - 1
test/variant_test.rb

@@ -27,7 +27,6 @@ class VariantTest < Test::Unit::TestCase
   end
 
   def test_product_id_should_be_accessible_if_via_variant_endpoint
-    fake "variants/808950810", :method => :get, :body => load_fixture('variant')
     assert_equal 632910392, @variant.product_id
   end