File tree Expand file tree Collapse file tree 5 files changed +4
-453
lines changed
features/step_definitions
test_projects/rails/rspec_rails Expand file tree Collapse file tree 5 files changed +4
-453
lines changed Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v4
3030
31- - run : rm Gemfile.lock && rm test_projects/rails/rspec_rails/Gemfile.lock
32-
3331 - uses : ruby/setup-ruby@v1
3432 with :
3533 ruby-version : ${{ matrix.ruby-version }}
Original file line number Diff line number Diff line change @@ -31,3 +31,6 @@ spec/fixtures/coverage
3131spec /fixtures /frameworks /coverage
3232spec /fixtures /eval_test /coverage
3333test_projects /** /coverage
34+
35+ Gemfile.lock
36+ test_projects /** /Gemfile.lock
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2121 steps %(
2222 Given a file named "#{ framework_dir } /simplecov_config.rb" with:
2323 """
24- #{ config_body . indent ( 6 ) }
24+ #{ config_body . gsub ( /^/ , " " * 6 ) }
2525 """
2626 )
2727end
You can’t perform that action at this time.
0 commit comments