From 2f905d830aa2a025cc2ac679485fa6cc6f9056c6 Mon Sep 17 00:00:00 2001 From: Lucas Menezes Date: Sun, 27 Aug 2023 18:59:46 -0300 Subject: [PATCH] Fix to adequate to the PR review. --- spec/lrama/grammar/code_spec.rb | 2 +- spec/spec_helper.rb | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/spec/lrama/grammar/code_spec.rb b/spec/lrama/grammar/code_spec.rb index 19fea82c..e3d794d0 100644 --- a/spec/lrama/grammar/code_spec.rb +++ b/spec/lrama/grammar/code_spec.rb @@ -24,4 +24,4 @@ end end end -end \ No newline at end of file +end diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index b880933e..fe7e706f 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -26,12 +26,9 @@ c.syntax = :expect end - # Randomize specs run order. - config.order = :random - Kernel.srand config.seed - # Allow to limit the run of the specs - config.filter_run_when_matching :focus + # NOTE: Please do not commit the filter option. + # config.filter_run_when_matching :focus end def fixture_path(file_name)