We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e70249 commit 12aae78Copy full SHA for 12aae78
.github/workflows/2024-ruby.yaml
@@ -5,7 +5,7 @@ on:
5
push:
6
branches: [master]
7
paths:
8
- - 2024/ruby
+ - 2024/ruby/**
9
10
defaults:
11
run:
2024/ruby/spec/spec_helper.rb
@@ -1,7 +1,5 @@
1
# frozen_string_literal: true
2
3
-# sample comment
4
-
# 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
0 commit comments