From bd5f7f02e62b397f4c2ddb71f1878ad0c6aba1be Mon Sep 17 00:00:00 2001 From: Zog Date: Wed, 27 Dec 2017 16:08:48 +0100 Subject: Refs #5407; Fix CI --- spec/db/schema_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/db') 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 -- cgit v1.2.3