diff options
Diffstat (limited to 'tests/spec')
-rw-r--r-- | tests/spec/simulator_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/simulator_spec.rb b/tests/spec/simulator_spec.rb index 700cdee..161fd12 100644 --- a/tests/spec/simulator_spec.rb +++ b/tests/spec/simulator_spec.rb @@ -325,7 +325,7 @@ printf '%s\\t%s\\t%s\\t%s\\t0\\t0\\n' /dev/gwyn/source /usr/src auto noatime >> it "configures the system keymap correctly" do use_fixture '0178-keymap-basic.installfile' run_simulate - expect(last_command_started.stdout).to include("XKBLAYOUT=us") + expect(last_command_started.stdout).to include('keymap="us"') end end context "simulating 'timezone' execution" do |