aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/features/support/paths.rb')
-rw-r--r--site/features/support/paths.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/features/support/paths.rb b/site/features/support/paths.rb
index 0dc1576..e08acc5 100644
--- a/site/features/support/paths.rb
+++ b/site/features/support/paths.rb
@@ -36,7 +36,7 @@ module NavigationHelpers
agenda_path(Agenda.find $1)
when /newest agenda item page/
- agenda_item_path(AgendaItem.first)
+ agenda_item_path(AgendaItem.last)
# Add more mappings here.
# Here is an example that pulls values out of the Regexp: