Skip to content

Commit

Permalink
Ordering results for cross platform compatability.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjy committed Oct 16, 2013
1 parent 55749e9 commit a56dcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/taxon_name_spec.rb
Expand Up @@ -43,7 +43,7 @@

# TaxonNames related by all_taxon_name_relationships
specify 'related_taxon_names' do
expect(taxon_name.related_taxon_names).to eq([@type_of_genus, @original_genus])
expect(taxon_name.related_taxon_names.sort).to eq([@type_of_genus, @original_genus].sort)
end
end
end
Expand Down

0 comments on commit a56dcba

Please sign in to comment.