Skip to content

Commit

Permalink
Update spec/lightspeed_restaurant/company_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuiei authored Apr 8, 2021
1 parent 83e67e1 commit ab53a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lightspeed_restaurant/company_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab53a5f

Please sign in to comment.