Sha256: 6222719ac2dbbb3afd55ac51e05df9fbbb96f5ea0b40d181aced05b2db60cbe7
Contents?: true
Size: 736 Bytes
Versions: 14
Compression:
Stored size: 736 Bytes
Contents
% feature_path.gsub!(" ","/") % unless (feature_path.start_with? "features") <h3>Could not find the requestes feature file</h3> % else % name = feature_path.split("/").last.split(".").first.capitalize.gsub("_"," ") % content = IO.read("#{Dir.pwd}/#{feature_path}").gsub("\n\n\n","======#=====") <div class="well"> % content.each_line do |line| <div class="small">{{line.gsub("<","<").gsub(">",">").gsub('"',""").gsub("<","<<strong>").gsub(">","</strong>>").gsub(" "," ").gsub("======#=====","<br><br>")}}</div> % end </pre> % end <!-- % content = IO.read("#{Dir.pwd}/#{feature_path}").each_line{|line| line.gsub("<","%LT&").gsub(">","%GT&").gsub("'","").gsub('"',"").gsub("\n","<br>")} -->
Version data entries
14 entries across 14 versions & 1 rubygems