Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 3ae9024

Browse files
authored
Merge pull request #424 from rspec/fix-up-fix-diff-lcs-144
Restore diff for >= 1.4 < 1.4.4
2 parents ce965c1 + 5443f30 commit 3ae9024

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ matrix:
4040
env: JRUBY_OPTS='--dev --1.8'
4141
- rvm: 2.7.1
4242
env: DIFF_LCS_VERSION="~> 1.3.0"
43+
- rvm: 2.7.1
44+
env: DIFF_LCS_VERSION="1.4.3"
4345
allow_failures:
4446
- rvm: jruby-head
4547
- rvm: ruby-head

spec/rspec/support/differ_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module Support
4040
expected_diff = dedent(<<-'EOD')
4141
|
4242
|
43-
|@@ -1,6 +1,6 @@
43+
|@@ -1,4 +1,6 @@
4444
| foo
4545
|-zap
4646
| bar

0 commit comments

Comments
 (0)