This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# based on http://www.natontesting.com/2010/01/11/updated-script-to-list-all-cucumber-step-definitions/ | |
# | |
desc 'List all defined steps' | |
task :steps do | |
require 'hirb' | |
extend Hirb::Console | |
puts "CUCUMBER steps:" | |
puts "" | |
step_definition_dir = "features/step_definitions" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#root { scroll-spy data-top-buffer="200" } | |
div spy="profile_info_part" | |
| Spy on profile info part and add 'active'class to this div | |
div | |
a name="profile_info_part" id="profile_info_part" |