Read-only patch written, frontend shows dictionary in different languages
This commit is contained in:
@@ -14,6 +14,7 @@ RSpec.describe "Dictionary", type: :request do
|
||||
|
||||
it "shows the count of parts of speech in the database" do
|
||||
5.times { FactoryBot.create(:part_of_speech) }
|
||||
#puts PartOfSpeech.count
|
||||
get "/dictionary"
|
||||
expect(response.body).to include("#{PartOfSpeech.count} parts of speech entries in database")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user