diff options
| author | Xinhui Xu | 2017-12-28 12:03:09 +0100 | 
|---|---|---|
| committer | GitHub | 2017-12-28 12:03:09 +0100 | 
| commit | 32752973f2bc58865afce4081f1fe6c2f97bf588 (patch) | |
| tree | cf9879c009d62d96622fef671864aff25063dafb /spec/db/schema_spec.rb | |
| parent | e6715407f59a79473d38048cb22bb025daa68753 (diff) | |
| parent | d382841082c5633f45d7c5a7fe1fdf5c8821e2c8 (diff) | |
| download | chouette-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.rb | 2 | 
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  | 
