diff options
| author | Robert | 2017-11-30 19:12:11 +0100 |
|---|---|---|
| committer | Robert | 2017-11-30 19:12:11 +0100 |
| commit | f98cd834d37b007ca8f30c48d8694e1f669f32a3 (patch) | |
| tree | 0ab4c5026e2f998dc4893129c99586df7d72e3f7 /spec/db/schema_spec.rb | |
| parent | a2896b1db4db22eef587c2ae801c7a0d393c729f (diff) | |
| download | chouette-core-f98cd834d37b007ca8f30c48d8694e1f669f32a3.tar.bz2 | |
Fixes: #5130@0.5h; Added a quickfix for incorrect item_id type in versions5130-del_fk_compliance_ctrl_set_in_compliance_check_sets
Diffstat (limited to 'spec/db/schema_spec.rb')
| -rw-r--r-- | spec/db/schema_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/db/schema_spec.rb b/spec/db/schema_spec.rb index a7fe0a162..585636124 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(@original, @expected) + ).diff_as_string(@expected, @original) end end |
