浏览代码

Fixing typo........

Ben Cox 11 年之前
父节点
当前提交
fa337b3c19
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/fulfillment_service_test.rb

+ 1 - 1
test/fulfillment_service_test.rb

@@ -2,7 +2,7 @@ require 'test_helper'
 
 class FulFillmentServiceTest < Test::Unit::TestCase
 	test 'new should create fulfillment service' do
-		fake "fulfillment_service", :method => :post
+		fake "fulfillment_services", :method => :post, :body => load_fixture('fulfillment_service')
 		fulfillment_service = ShopifyAPI::FulfillmentService.new(:name => "SomeService")
 		fulfillment_service.save
 		assert_equal "SomeService" , fulfillment_service.name