Skip to content

Commit

Permalink
Update name of NamesHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Mar 27, 2024
1 parent 9c1b0e3 commit 8ee3c1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
require("test_helper")

# test the helpers for ObservationsController
class NameHelperTest < ActionView::TestCase
class NamesHelperTest < ActionView::TestCase
# Prove that the Query's used under "Observations of" (in the
# show_name_info area) return the correct Observations
include ShowNameHelper # Query's are in that helper
include NamesHelper # Query's are in that helper

def test_observations_of_queries
# Create 2 Names, synonymized; 6 Observations, 6 Namings:
Expand Down

0 comments on commit 8ee3c1e

Please sign in to comment.