Sha256: fa87fe7294800c46c9e2510e975296d69de3e02c9cb6cd366346e534db704c02
Contents?: true
Size: 421 Bytes
Versions: 4
Compression:
Stored size: 421 Bytes
Contents
module NavigationHelpers # Maps a name to a path. Used by the # # When /^I go to (.+)$/ do |page_name| # # step definition in web_steps.rb # def path_to(page_name) case page_name when /the groups json/ noodall_admin_groups_path(:json) when /the sign in page/ new_user_session_path when /the users admin page/ admin_users_path end end end World(NavigationHelpers)
Version data entries
4 entries across 4 versions & 1 rubygems