From 7d19f8f9b2bf03b92372f95d37f5b55a6e941684 Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Wed, 23 May 2018 22:04:16 -0600 Subject: [PATCH] Rename default spec to history spec --- spec/strategies/{default_spec.rb => history_spec.rb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/strategies/{default_spec.rb => history_spec.rb} (85%) diff --git a/spec/strategies/default_spec.rb b/spec/strategies/history_spec.rb similarity index 85% rename from spec/strategies/default_spec.rb rename to spec/strategies/history_spec.rb index 89321f3..f8ae526 100644 --- a/spec/strategies/default_spec.rb +++ b/spec/strategies/history_spec.rb @@ -1,6 +1,6 @@ require 'strategies/special_characters_helper' -describe 'the default suggestion strategy' do +describe 'the `history` suggestion strategy' do it 'suggests the last matching history entry' do with_history('ls foo', 'ls bar', 'echo baz') do session.send_string('ls')