Sha256: a99e42b8dc424a4c686b39ac5c298928ee1c63ba3367871052416f3f7e625cf5
Contents?: true
Size: 313 Bytes
Versions: 20
Compression:
Stored size: 313 Bytes
Contents
When /^I bootstrap the application for saucy$/ do steps %{ And I add a header to the layout } end When /^I add a header to the layout$/ do header = "<%= yield(:header) %>" replace_in_file "app/views/layouts/application.html.erb", /(<body>)/, "\\1\n#{header}" end
Version data entries
20 entries across 20 versions & 1 rubygems