Skip to content

Commit d74a6e0

Browse files
committed
wip
1 parent 2c56849 commit d74a6e0

File tree

4 files changed

+1
-426
lines changed

4 files changed

+1
-426
lines changed

.github/workflows/stable.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929

30-
- run: rm Gemfile.lock && rm test_projects/rails/rspec_rails/Gemfile.lock
31-
3230
- uses: ruby/setup-ruby@v1
3331
with:
3432
ruby-version: ${{ matrix.ruby-version }}

Gemfile.lock

Lines changed: 0 additions & 198 deletions
This file was deleted.

spec/coverage_for_eval_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
let(:command) { "ruby eval_test.rb" }
2020

2121
it "records coverage for erb" do
22-
expect(@stdout).to include(" 2 / 3 LOC")
22+
expect(@stdout).to include("2 / 3")
2323
end
2424
end
2525
end

0 commit comments

Comments
 (0)