diff options
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 | 
