From 1fa5e94f7095ddb26950c6a667f826ee1461d5b4 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 21 Jan 2025 18:24:40 +0530 Subject: [PATCH] fix: rubocop --- spec/enterprise/models/account_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/enterprise/models/account_spec.rb b/spec/enterprise/models/account_spec.rb index ed72409cd..e36a7217d 100644 --- a/spec/enterprise/models/account_spec.rb +++ b/spec/enterprise/models/account_spec.rb @@ -27,7 +27,7 @@ RSpec.describe Account, type: :model do end end - context 'usage_limits' do + context 'with usage_limits' do let(:captain_limits) do { :startups => { :documents => 100, :responses => 100 },