From ab53a5fcb9e25766984c586cb82848d010a88402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20B=C3=A9n=C3=A9?= Date: Thu, 8 Apr 2021 14:42:17 -0400 Subject: [PATCH] Update spec/lightspeed_restaurant/company_spec.rb --- spec/lightspeed_restaurant/company_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lightspeed_restaurant/company_spec.rb b/spec/lightspeed_restaurant/company_spec.rb index e7a958c..241131f 100644 --- a/spec/lightspeed_restaurant/company_spec.rb +++ b/spec/lightspeed_restaurant/company_spec.rb @@ -21,7 +21,7 @@ module LightspeedRestaurantClient it_behaves_like 'a find operation' do let(:resource_id) { 14160 } - it 'returns the company datas' do + it "returns the company's data" do result = described_class.find(resource_id) expect(result.id).to eq 14160 end