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