Skip to content

Commit

Permalink
Fix: Paths request spec describe title (#4764)
Browse files Browse the repository at this point in the history
Because:
- It was 'Static pages' but should be 'Paths'
  • Loading branch information
KevinMulhern authored Aug 16, 2024
1 parent a32eb94 commit 50a3fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/paths_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rails_helper'

RSpec.describe 'Static Pages' do
RSpec.describe 'Paths' do
describe 'GET #path' do
context 'when path has more than one course' do
it 'renders the path page' do
Expand Down

0 comments on commit 50a3fb9

Please sign in to comment.