Skip to content

Commit

Permalink
adding looser array matching for non deterministic array ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
bwillis committed Dec 1, 2014
1 parent a631763 commit debc005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/cli_spec.rb
Expand Up @@ -17,7 +17,7 @@
['./spec/fixtures/templates/v1_extension_scheme.v6.json',
'./spec/fixtures/templates/v1_extension_scheme.json.v6']
]
expect(renamed_files).to eq migrated_files
expect(renamed_files).to match_array migrated_files
}
end

Expand Down

0 comments on commit debc005

Please sign in to comment.