Skip to content

Commit e0282ab

Browse files
authored
Added super_diff gem for improved diffing in tests (#953)
1 parent 1f7db6b commit e0282ab

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#### Features
44

55
* your contribution
6+
* [#953](https://github.com/ruby-grape/grape-swagger/pull/953): Added super_diff gem for improved diffing in tests - [@numbata](https://github.com/numbata)
67

78
#### Fixes
89

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ end
4545

4646
group :test do
4747
gem 'simplecov', require: false
48+
gem 'super_diff', require: false
4849
end

spec/spec_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
require 'rack'
2121
require 'rack/test'
2222

23+
require 'super_diff/rspec'
24+
2325
RSpec.configure do |config|
2426
require 'rspec/expectations'
2527
config.include RSpec::Matchers

0 commit comments

Comments
 (0)