We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7db6b commit e0282abCopy full SHA for e0282ab
CHANGELOG.md
@@ -3,6 +3,7 @@
3
#### Features
4
5
* 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)
7
8
#### Fixes
9
Gemfile
@@ -45,4 +45,5 @@ end
45
46
group :test do
47
gem 'simplecov', require: false
48
+ gem 'super_diff', require: false
49
end
spec/spec_helper.rb
@@ -20,6 +20,8 @@
20
require 'rack'
21
require 'rack/test'
22
23
+require 'super_diff/rspec'
24
+
25
RSpec.configure do |config|
26
require 'rspec/expectations'
27
config.include RSpec::Matchers
0 commit comments