Skip to content

Commit e158beb

Browse files
authored
Fix typo: tripple ==> triple (#3637)
1 parent d1859a8 commit e158beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/controllers/rails_admin/main_controller_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ def get(action, params)
513513
expect(controller.send(:back_or_index)).to eq(index_path)
514514
end
515515

516-
it 'returns back to index path when return_to url starts with tripple slash' do
516+
it 'returns back to index path when return_to url starts with triple slash' do
517517
return_to_url = "///#{request.host}/teams"
518518
controller.params = {return_to: return_to_url}
519519
expect(controller.send(:back_or_index)).to eq(index_path)

0 commit comments

Comments
 (0)