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

Commit

Permalink
Merge pull request #424 from rspec/fix-up-fix-diff-lcs-144
Browse files Browse the repository at this point in the history
Restore diff for >= 1.4 < 1.4.4
  • Loading branch information
JonRowe committed Aug 29, 2020
1 parent 4d1fd43 commit 8a705fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ matrix:
env: JRUBY_OPTS='--dev --1.8'
- rvm: 2.7.1
env: DIFF_LCS_VERSION="~> 1.3.0"
- rvm: 2.7.1
env: DIFF_LCS_VERSION="1.4.3"
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
Expand Down
2 changes: 1 addition & 1 deletion spec/rspec/support/differ_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module Support
expected_diff = dedent(<<-'EOD')
|
|
|@@ -1,6 +1,6 @@
|@@ -1,4 +1,6 @@
| foo
|-zap
| bar
Expand Down

0 comments on commit 8a705fc

Please sign in to comment.