Skip to content
This repository was archived by the owner on Mar 12, 2023. It is now read-only.

Commit 8161d65

Browse files
committed
Rename default key bindings test
1 parent c663375 commit 8161d65

9 files changed

+1
-1
lines changed

spec/integration/key_bindings/key_bindings_spec.rb spec/integration/default_key_bindings/key_bindings_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
RSpec.describe 'Default key bindings', integration: true do
4-
let(:work_dir) { File.join(RSPEC_ROOT, '/integration/key_bindings') }
4+
let(:work_dir) { File.join(RSPEC_ROOT, '/integration/default_key_bindings') }
55

66
context 'with switch filter binding' do
77
it 'matches expected screens' do

0 commit comments

Comments
 (0)