aboutsummaryrefslogtreecommitdiffstats
path: root/spec/db/schema_spec.rb
diff options
context:
space:
mode:
authorXinhui Xu2017-12-28 12:03:09 +0100
committerGitHub2017-12-28 12:03:09 +0100
commit32752973f2bc58865afce4081f1fe6c2f97bf588 (patch)
treecf9879c009d62d96622fef671864aff25063dafb /spec/db/schema_spec.rb
parente6715407f59a79473d38048cb22bb025daa68753 (diff)
parentd382841082c5633f45d7c5a7fe1fdf5c8821e2c8 (diff)
downloadchouette-core-32752973f2bc58865afce4081f1fe6c2f97bf588.tar.bz2
Merge branch 'master' into 5427_stop_area_country_select
Diffstat (limited to 'spec/db/schema_spec.rb')
-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