Skip to content

Commit

Permalink
Fix to adequate to the PR review.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenezesds committed Aug 27, 2023
1 parent 424d3b3 commit 2f905d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion spec/lrama/grammar/code_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
end
end
end
end
end
7 changes: 2 additions & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2f905d8

Please sign in to comment.