░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/spec/lib/canvas/oauth
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: invalid_scope_error_spec.rb
# frozen_string_literal: true # # Copyright (C) 2022 - present Instructure, Inc. # # This file is part of Canvas. # # Canvas is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the Free # Software Foundation, version 3 of the License. # # Canvas is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU Affero General Public License for more # details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. describe Canvas::OAuth::InvalidScopeError do it "never localizes 'and'" do I18n.with_locale(:de) do err = described_class.new(%w[foo bar waz]) desc = err.to_render_data.with_indifferent_access.dig("json", "error_description") expect(desc).to include("foo, bar, and waz") end end end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 client_credentials_provider_spec.rb
RB
9.1 KB
2023-09-24 03:39
EDIT
📄 invalid_scope_error_spec.rb
RB
1 KB
2023-09-24 03:36
EDIT
📄 provider_spec.rb
RB
6.9 KB
2023-09-24 03:36
EDIT
📄 token_spec.rb
RB
10.9 KB
2023-09-24 03:36
EDIT