Sha256: b5f7e3e36de23ca96b1642a823573c84a3c7da8e2c1ea7bc4604dbb3acaa6fea
Contents?: true
Size: 474 Bytes
Versions: 31
Compression:
Stored size: 474 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 When /^I copy the locked Gemfile from this project$/ do in_current_dir do FileUtils.cp(File.join(PROJECT_ROOT, 'Gemfile.lock'), 'Gemfile.lock') end end
Version data entries
31 entries across 31 versions & 1 rubygems