aboutsummaryrefslogtreecommitdiffstats
path: root/spec/db
diff options
context:
space:
mode:
authorZog2017-12-27 16:08:48 +0100
committerZog2017-12-27 16:40:08 +0100
commitbd5f7f02e62b397f4c2ddb71f1878ad0c6aba1be (patch)
tree514dbd1bea649636bafa9d7def417bb85d698e0c /spec/db
parent3792c128de8a2355ce6b4ceb28e7ee8afdf060c7 (diff)
downloadchouette-core-bd5f7f02e62b397f4c2ddb71f1878ad0c6aba1be.tar.bz2
Refs #5407; Fix CI
Diffstat (limited to 'spec/db')
-rw-r--r--spec/db/schema_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/db/schema_spec.rb b/spec/db/schema_spec.rb
index 585636124..a7fe0a162 100644
--- a/spec/db/schema_spec.rb
+++ b/spec/db/schema_spec.rb
@@ -44,6 +44,6 @@ Diff: #{diff}
def diff
RSpec::Support::Differ.new(
color: RSpec::Matchers.configuration.color?
- ).diff_as_string(@expected, @original)
+ ).diff_as_string(@original, @expected)
end
end