Skip to content

Commit

Permalink
Merge branch 'development' of github.com:SpeciesFileGroup/taxonworks …
Browse files Browse the repository at this point in the history
…into development
  • Loading branch information
mjy committed Jan 31, 2025
2 parents 756ceaf + 0ede266 commit 33b94c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/lib/vendor/gnfinder/name_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@
end

specify '#words_before' do
expect(n.words_before).to contain_exactly("The")
expect(n.words_before).to contain_exactly('The')
end

specify '#words_after' do
expect(n.words_after).to contain_exactly("of", "the", "World")
expect(n.words_after).to contain_exactly('of', 'the', 'World')
end
end

specify '#classification_path' do
expect(mn.classification_path).to contain_exactly(
'Biota', 'Animalia', 'Arthropoda', 'Insecta', 'Orthoptera', 'Caelifera', 'Acrididea', 'Acridoidea', 'Acrididae'
'Animalia', 'Arthropoda', 'Insecta', 'Orthoptera', 'Caelifera', 'Acrididea', 'Acridoidea', 'Acrididae'
)
end

specify '#classification_rank' do
expect(mn.classification_rank).to contain_exactly(
'unranked', 'kingdom', 'phylum', 'class', 'order', 'suborder', 'infraorder', 'superfamily', 'family'
'kingdom', 'phylum', 'class', 'order', 'suborder', 'infraorder', 'superfamily', 'family'
)
end

Expand Down

0 comments on commit 33b94c1

Please sign in to comment.