diff --git a/.github/workflows/2024-ruby.yaml b/.github/workflows/2024-ruby.yaml index bfd5256..82b8f9b 100644 --- a/.github/workflows/2024-ruby.yaml +++ b/.github/workflows/2024-ruby.yaml @@ -5,7 +5,7 @@ on: push: branches: [master] paths: - - 2024/ruby + - 2024/ruby/** defaults: run: diff --git a/2024/ruby/spec/spec_helper.rb b/2024/ruby/spec/spec_helper.rb index 538ceb2..4f8c8d9 100644 --- a/2024/ruby/spec/spec_helper.rb +++ b/2024/ruby/spec/spec_helper.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -# sample comment - # This file was generated by the `rspec --init` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # The generated `.rspec` file contains `--require spec_helper` which will cause