Files
openfoodnetwork/spec
Matt-Yorkley b512d3ce21 Fix column preferences spec
Failure/Error: expect(preferences.map(&:column_name)).to eq [:col1, :col2, :col3]

        expected: [:col1, :col2, :col3]
             got: ["col1", "col2", "col3"]

        (compared using ==)

        Diff:
        @@ -1 +1 @@
        -[:col1, :col2, :col3]
        +["col1", "col2", "col3"]

      # ./spec/models/column_preference_spec.rb:56:in `block (4 levels) in <top (required)>'
2020-11-27 14:00:29 +00:00
..
2020-11-27 14:00:29 +00:00
2020-11-27 14:00:29 +00:00
2020-10-30 16:50:37 +00:00
2020-10-30 16:50:37 +00:00
2020-11-27 14:00:28 +00:00